Do not keep splash window always on top

This commit is contained in:
Agampreet Singh
2023-07-26 20:59:20 +05:30
parent ac493f11de
commit 9e9fe297d5

View File

@@ -38,7 +38,6 @@ function createWindow() {
height: 610,
transparent: true,
frame: false,
alwaysOnTop: true,
icon: path.join(__dirname, "/assets/icons/png/1024x1024.png"),
});