mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
toggle zen mode in the global menu
This commit is contained in:
@@ -108,7 +108,7 @@ function registerEntrypoints() {
|
||||
$("#container").toggleClass("zen-mode");
|
||||
};
|
||||
|
||||
utils.bindGlobalShortcut('alt+m', toggleZenMode);
|
||||
$("#toggle-zen-mode-button").on('click', toggleZenMode);
|
||||
setActionHandler("ToggleZenMode", toggleZenMode);
|
||||
|
||||
setActionHandler("InsertDateTime", () => {
|
||||
|
||||
Reference in New Issue
Block a user