mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-27 10:03:38 +00:00
Linux: Add label for help menu item.
This commit is contained in:
@@ -415,7 +415,8 @@ class AppMenu {
|
|||||||
label: '&Window',
|
label: '&Window',
|
||||||
submenu: this.getWindowSubmenu(tabs, activeTabIndex)
|
submenu: this.getWindowSubmenu(tabs, activeTabIndex)
|
||||||
}, {
|
}, {
|
||||||
role: '&help',
|
label: '&Help',
|
||||||
|
role: 'help',
|
||||||
submenu: this.getHelpSubmenu()
|
submenu: this.getHelpSubmenu()
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user