Browse Source

bug 修复

lilei 3 years ago
parent
commit
8f3f878f2a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/background.js

+ 0 - 1
src/background.js

@@ -20,7 +20,6 @@ async function createWindow() {
 	minHeight: 500,
 	show: false, // 先隐藏
 	backgroundColor: '#211f1d',
-	skipTaskbar:true,
     webPreferences: {
       webSecurity: false,
 	  enableRemoteModule: true,