From 7a50b2a247226f9149388745d7986622dbe02fe0 Mon Sep 17 00:00:00 2001 From: Ozymandias Date: Tue, 3 Nov 2020 16:50:47 +0200 Subject: [PATCH] - Minor bugfixes --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 3afaafe40..046546ab8 100644 --- a/main.ts +++ b/main.ts @@ -100,7 +100,7 @@ function createWindow(): BrowserWindow { // alwaysOnTop: true, // ALSO NOT IMPLEMENTED ON LINUX fullscreenable: false, title: PKG.name.split("-").map((w) => w.slice(0, 1).toUpperCase() + w.slice(1)).join(" "), - icon: getAsset("icons/icon-48.png"), + icon: getAsset("icons/icon-48x48.png"), show: false, frame: false, // backgroundColor: "", // TODO Theming