Skip to content

Commit

Permalink
add the missing Load Custom Translation menu item on macOS (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr authored May 17, 2024
1 parent 9858999 commit 8b872a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/main_dev/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ const darwinTemplate = (mainWindow, loadCustomTranslation, locale) => [
click() {
mainWindow.setFullScreen(!mainWindow.isFullScreen());
}
},
{
label: locale.messages["appMenu.loadCustomTranslation"],
accelerator: "",
click() {
loadCustomTranslation();
}
}
]
},
Expand Down

0 comments on commit 8b872a2

Please sign in to comment.