Remove: node on notification/parse.js #86

This commit is contained in:
Cutls
2019-06-15 01:25:51 +09:00
parent 772a5438aa
commit 725f0f789a
4 changed files with 68 additions and 65 deletions

View File

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