diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-27 23:18:58 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-27 23:18:58 +0300 |
| commit | 88795419991da0dccf4319a7113d716261506c9a (patch) | |
| tree | ccdbae3ff67fe5f48b186a20ed873b258d691756 | |
| parent | 0b896d9c31a38e6498992aeb61b19f6d93219f0a (diff) | |
dark mode - default
| -rw-r--r-- | web/html/xui/common_sider.html | 2 |
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; }, |
