Kaydet (Commit) 93b34764 authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

Bug Fix

üst c5a5be9c
......@@ -34,6 +34,11 @@ async function createWindow() {
}
require("./oyun-parki-api/index");
win.show();
win.on("close", () => {
if (win.webContents.isDevToolsOpened()) {
win.webContents.closeDevTools();
}
});
}
app.on("window-all-closed", () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment