Merge pull request #988 from Araxeus/in-app-menu-icon

[in-app-menu] add toggle menu icon
This commit is contained in:
th-ch
2023-03-08 21:21:59 +01:00
committed by GitHub
8 changed files with 36 additions and 48 deletions

View File

@ -161,7 +161,7 @@ const mainMenuTemplate = (win) => {
if (item.checked && !config.get("options.hideMenuWarned")) {
dialog.showMessageBox(win, {
type: 'info', title: 'Hide Menu Enabled',
message: "Menu will be hidden on next launch, use 'Alt' to show it (or 'Escape' if using in-app-menu)"
message: "Menu will be hidden on next launch, use [Alt] to show it (or backtick [`] if using in-app-menu)"
});
}
},