mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
saving options keyboard shortcuts
This commit is contained in:
@@ -153,7 +153,11 @@ function registerEntrypoints() {
|
||||
caseSelectedColor: 'var(--main-border-color)'
|
||||
});
|
||||
|
||||
setActionHandler("FindInText", () => findInPage.openFindWindow());
|
||||
setActionHandler("FindInText", () => {
|
||||
if (!glob.activeDialog || !glob.activeDialog.is(":visible")) {
|
||||
findInPage.openFindWindow();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (utils.isElectron()) {
|
||||
|
||||
Reference in New Issue
Block a user