Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-27 23:18:58 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-27 23:18:58 +0300
commit88795419991da0dccf4319a7113d716261506c9a (patch)
treeccdbae3ff67fe5f48b186a20ed873b258d691756
parent0b896d9c31a38e6498992aeb61b19f6d93219f0a (diff)
dark mode - default
-rw-r--r--web/html/xui/common_sider.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index 3de4d0f2..278dc4e5 100644
--- a/web/html/xui/common_sider.html
+++ b/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;
},