From 4e55f14a6973bd4cb1b31b653693febcb125fa0e Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Wed, 18 Aug 2021 19:48:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20touchbar=20=E9=A2=9C=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/common/listener.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/common/listener.js b/src/main/common/listener.js index 6640d79..7c20953 100644 --- a/src/main/common/listener.js +++ b/src/main/common/listener.js @@ -199,7 +199,6 @@ class Listener { return new TouchBarButton({ icon, - backgroundColor: '#ff9fb4', click() { mainWindow.webContents.send('superPanel-openPlugin', { cmd: item.features[0].cmds.filter(cmd => typeof cmd === 'string')[0], @@ -214,7 +213,6 @@ class Listener { if(item.type === 'system') { return new TouchBarButton({ icon: nativeImage.createFromDataURL(item.logo).resize({width: 20, height: 20}), - backgroundColor: '#ff9fb4', click() { mainWindow.webContents.send('superPanel-openPlugin', { cmd: item.features[0].cmds.filter(cmd => typeof cmd === 'string')[0],