From d9f9782677abb4beb7a0095b53c971b57c6964b8 Mon Sep 17 00:00:00 2001 From: brianling Date: Thu, 16 Jul 2026 07:42:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20skipTaskbar=20?= =?UTF-8?q?=E5=B9=B6=E9=85=8D=E7=BD=AE=E6=9E=84=E5=BB=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/window.ts | 1 - package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main/window.ts b/electron/main/window.ts index 3199b56..c8b7cb2 100644 --- a/electron/main/window.ts +++ b/electron/main/window.ts @@ -20,7 +20,6 @@ export function createMainWindow(): BrowserWindow { frame: false, transparent: true, alwaysOnTop: true, - skipTaskbar: true, resizable: false, webPreferences: { preload: path.join(__dirname, '../preload/preload.js'), diff --git a/package.json b/package.json index 87609e8..ffd15ed 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "electronDownload": { "mirror": "https://npmmirror.com/mirrors/electron/" }, + "icon": "src/assets/icon.png", "files": [ "dist/**/*", "dist-electron/**/*",