fix: trigger about panel for about role on on win (#23687)
This commit is contained in:
parent
5ed2512881
commit
78d74bf8b4
2 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@ const roles = {
|
|||
about: {
|
||||
get label () {
|
||||
return isLinux ? 'About' : `About ${app.name}`;
|
||||
}
|
||||
},
|
||||
...(isWindows && { appMethod: 'showAboutPanel' })
|
||||
},
|
||||
close: {
|
||||
label: isMac ? 'Close Window' : 'Close',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue