@ -105,4 +105,8 @@ body.agamaMode {
.btn:last-child {
margin-left: 20px;
}
.btn.btn-primary.btn-close-app {
margin: 0;
@ -6,6 +6,13 @@
window.hide();
function quitApp() {
const remote = require('electron').remote;
const window = remote.getCurrentWindow();
window.forseCloseApp();
function normalStart() {
let appConf = remote.getCurrentWindow().appConfig;