Procházet zdrojové kódy

去掉标签页配置

@dongkboy před 1 rokem
rodič
revize
5c66bfa00e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/settings.ts

+ 1 - 1
src/settings.ts

@@ -34,7 +34,7 @@ const globalSettings: Settings.all = {
     mode: 'fixed',
   },
   tabbar: {
-    enable: true,
+    enable: false,
     enableIcon: true,
     enableHotkeys: true,
   },