1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

macOS: Resolves #2804: Add search feature in Help Menu (#2805)

* added search feature in help menu (for mac users)

* Update app.js

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Pranav Shridhar
2020-05-09 15:17:13 +05:30
committed by GitHub
parent 4e90c05472
commit 913c78f45d

View File

@@ -1082,6 +1082,7 @@ class Application extends BaseApplication {
},
help: {
label: _('&Help'),
role: 'help', // Makes it add the "Search" field on macOS
submenu: [{
label: _('Website and documentation'),
accelerator: 'F1',