small ui adjustments

This commit is contained in:
talksik
2022-03-29 23:05:46 -04:00
parent 5113c9a697
commit cd7d78bcb8
6 changed files with 21 additions and 34 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const createWindow = (): void => {
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
sandbox: true,
},
icon: path.join(__dirname, "src/assets/1024x1024.icns"),
icon: "./assets/1024x1024.icns",
});
// and load the index.html of the app.