aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-07 18:27:43 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-07 18:27:43 +0530
commit38193209207a4b61ebe3a0631c2e9971e5dfca34 (patch)
treedb49c98edba3f53df737bcf32dc958401beed15a /src
parentAdd a confirmation when quitting Ferdi and a preference to toggle it (impleme... (diff)
downloadferdium-app-38193209207a4b61ebe3a0631c2e9971e5dfca34.tar.gz
ferdium-app-38193209207a4b61ebe3a0631c2e9971e5dfca34.tar.zst
ferdium-app-38193209207a4b61ebe3a0631c2e9971e5dfca34.zip
fix: Remove 'role' in menu, so that the custom clickHandler will take effect.
Diffstat (limited to 'src')
-rw-r--r--src/lib/Menu.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 4f0041be6..3ae9fffbc 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -824,7 +824,6 @@ export default class FranzMenu {
824 824
825 const about = { 825 const about = {
826 label: intl.formatMessage(menuItems.about), 826 label: intl.formatMessage(menuItems.about),
827 role: 'about',
828 click: () => { 827 click: () => {
829 dialog.showMessageBox({ 828 dialog.showMessageBox({
830 type: 'info', 829 type: 'info',