Remove: node on post.js #86

This commit is contained in:
Cutls
2019-06-15 01:15:45 +09:00
parent e2cde71831
commit 3c276b329b
3 changed files with 34 additions and 27 deletions

View File

@@ -61,6 +61,12 @@ function system(mainWindow, dir, lang) {
}
});
})
//CWのダイアログ
ipc.on('dialogCW', function (e, args) {
dialog.showMessageBox(args, function (arg) {
e.sender.webContents.send('dialogCWRender', arg);
});
})
//ハードウェアアクセラレーションの無効化
ipc.on('ha', function (e, arg) {