Exemplo n.º 1
0
 click: function(){
     app.exit();
 }
Exemplo n.º 2
0
 module.exports.saveAppState(data).then(() => {
   // Exit immediately without doing the session store saving stuff
   // since we want the same state saved except for the update status
   app.exit(0)
 })
Exemplo n.º 3
0
 mainWindow.on('closed', function() {
     app.exit(); //主窗口关闭,直接退出
 });