add menu icon to in-app-menu

This commit is contained in:
Araxeus
2023-01-19 01:30:32 +02:00
parent 0f09f8a8ed
commit 4eaeaafa7c
4 changed files with 19 additions and 35 deletions

View File

@ -163,7 +163,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)"
});
}
},