nice fluidity and control

This commit is contained in:
talksik
2022-05-18 14:44:48 -05:00
parent f33611a33a
commit 7755a30b50
6 changed files with 32 additions and 11 deletions
+4
View File
@@ -128,6 +128,10 @@ app
browserWindow.on('blur', () => {
browserWindow.webContents.send(Channels.ON_WINDOW_BLUR);
});
browserWindow.on('focus', () => {
browserWindow.webContents.send(Channels.ON_WINDOW_FOCUS);
});
});
// Quit when all windows are closed, except on macOS. There, it's common