Explorar el Código

去掉标签页配置

@dongkboy hace 1 año
padre
commit
5c66bfa00e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
   },