0
を使用してウィンドウを再アクティブ化!電子アプリはトレイアイコン
を使用してウィンドウを再アクティブ化!電子アプリはトレイアイコン
ついに答えを見つけ出す
const contextMenu = Menu.buildFromTemplate([
{ label: 'Active', type:'normal',role: 'front', click:function(){
win.show()
}
},
{ label: 'Preferences', type: 'normal',click: try_click()},
{ label: 'Reload', type: 'normal', role: 'reload'},
{ label: 'Reload new', type: 'normal', role: 'reload'},
{ label: 'Quit', type: 'normal', role: 'quit' }
])