mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Change "Preferences" to "Settings" in the application menu (#100)
This commit is contained in:
parent
5adbbc72ec
commit
15ee6b9194
@ -19,7 +19,7 @@ const template = [
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'Preferences',
|
||||
label: 'Settings',
|
||||
click: (menuItem, window, event) => {
|
||||
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
||||
},
|
||||
@ -38,7 +38,7 @@ const template = [
|
||||
role: 'fileMenu',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Preferences',
|
||||
label: 'Settings',
|
||||
click: (menuItem, window, event) => {
|
||||
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user