aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-04 23:58:36 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-04 23:58:36 +0530
commita05e311ef6a7951202ca46eaaebe0aa87b28abe7 (patch)
treeec389d47d43a64a9c5356fd888083b657bfbdc5e /src/lib
parentchore: upgraded electron to 14.1.0 (#1860) (diff)
downloadferdium-app-a05e311ef6a7951202ca46eaaebe0aa87b28abe7.tar.gz
ferdium-app-a05e311ef6a7951202ca46eaaebe0aa87b28abe7.tar.zst
ferdium-app-a05e311ef6a7951202ca46eaaebe0aa87b28abe7.zip
Upgrade 'electron' to '15.0.0' (#2018)
(Couldn't upgrade 'electron' to '15.1.0' since the context menu is not working)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 499bf0824..cd86f1669 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -630,7 +630,7 @@ class FranzMenu {
630 }, 630 },
631 ); 631 );
632 632
633 if (this.stores.features.features.isTodosEnabled) { 633 if (this.stores.todos.isFeatureEnabledByUser) {
634 tpl[1].submenu.push({ 634 tpl[1].submenu.push({
635 label: intl.formatMessage(menuItems.toggleTodosDevTools), 635 label: intl.formatMessage(menuItems.toggleTodosDevTools),
636 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+${altKey()}+O`, 636 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+${altKey()}+O`,