From ea227e0792b4938c8763efc833c34e8e7d587323 Mon Sep 17 00:00:00 2001 From: viarotel Date: Sun, 26 May 2024 22:14:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20In=20some=20cases,=20the?= =?UTF-8?q?=20light=20mode=20is=20abnormal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/main.js b/electron/main.js index b13a3db..76b0e9a 100644 --- a/electron/main.js +++ b/electron/main.js @@ -89,7 +89,6 @@ function createWindow() { sandbox: false, spellcheck: false, }, - backgroundColor: nativeTheme.shouldUseDarkColors ? 'black' : 'white', }) remote.enable(mainWindow.webContents)