Parcourir la source

dark mode - default

MHSanaei il y a 1 an
Parent
commit
8879541999
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
         },