mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 07:54:11 +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' },
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
label: 'Preferences',
|
label: 'Settings',
|
||||||
click: (menuItem, window, event) => {
|
click: (menuItem, window, event) => {
|
||||||
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
||||||
},
|
},
|
||||||
@ -38,7 +38,7 @@ const template = [
|
|||||||
role: 'fileMenu',
|
role: 'fileMenu',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Preferences',
|
label: 'Settings',
|
||||||
click: (menuItem, window, event) => {
|
click: (menuItem, window, event) => {
|
||||||
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
window?.webContents.send(OPEN_SETTINGS_EVENT)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user