Browse Source

dark mode - default

MHSanaei 1 year ago
parent
commit
8879541999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/html/xui/common_sider.html

+ 1 - 1
web/html/xui/common_sider.html

@@ -66,7 +66,7 @@
     const siderDrawer = {
         visible: false,
         collapsed: false,
-        isDarkTheme: localStorage.getItem("dark-mode") === 'true' ? true : false,
+        isDarkTheme: localStorage.getItem("dark-mode") === 'false' ? false : true,
         show() {
             this.visible = true;
         },