Browse Source

去掉标签页配置

@dongkboy 1 năm trước cách đây
mục cha
commit
5c66bfa00e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
   },