6
main.js
6
main.js
@@ -68,7 +68,7 @@ let mainMenu = [
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Quit weweChat',
|
||||
label: '退出 weweChat',
|
||||
accelerator: !isOsx ? 'Alt+Q' : 'Command+Q',
|
||||
selector: 'terminate:',
|
||||
click() {
|
||||
@@ -80,7 +80,7 @@ let mainMenu = [
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'File',
|
||||
label: '聊天操作',
|
||||
submenu: [
|
||||
{
|
||||
label: '新建聊天',
|
||||
@@ -312,7 +312,7 @@ let trayMenu = [
|
||||
label: '检查更新',
|
||||
accelerator: !isOsx ? 'Ctrl+U' : 'Cmd+U',
|
||||
click() {
|
||||
checkForUpdates();
|
||||
shell.openExternal('spk://store/chat/wewechat');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user