Change "Preferences" to "Settings" in the application menu (#100)

This commit is contained in:
Jonatan Heyman 2024-01-12 14:29:36 +01:00
parent 5adbbc72ec
commit 15ee6b9194
1 changed files with 2 additions and 2 deletions

View File

@ -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)
},