From a05e311ef6a7951202ca46eaaebe0aa87b28abe7 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 4 Oct 2021 23:58:36 +0530 Subject: Upgrade 'electron' to '15.0.0' (#2018) (Couldn't upgrade 'electron' to '15.1.0' since the context menu is not working) --- src/lib/Menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { }, ); - if (this.stores.features.features.isTodosEnabled) { + if (this.stores.todos.isFeatureEnabledByUser) { tpl[1].submenu.push({ label: intl.formatMessage(menuItems.toggleTodosDevTools), accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+${altKey()}+O`, -- cgit v1.2.3-54-g00ecf