From 750849d629714d54b1cc0a1019cb49c4ba321ba0 Mon Sep 17 00:00:00 2001 From: laur Date: Mon, 25 Dec 2023 18:41:16 +0100 Subject: [PATCH] feat: add window icon --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index fe254b4f63..775f16626d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -220,6 +220,7 @@ const createWindow = () => { titleBarStyle: isMac ? 'hidden' : 'default', frame: isLinux, backgroundColor, + icon: join(__dirname, 'build-helpers/images/icons/16x16.png'), webPreferences: { spellcheck: retrieveSettingValue( 'enableSpellchecking',