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:
Diffstat (limited to 'web/html/xui/index.html')
-rw-r--r--web/html/xui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 92b25d5c..c072893d 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -601,7 +601,7 @@
loadingTip: '{{ i18n "loading"}}',
showAlert: false,
showIp: false,
- isMobile: window.innerWidth <= 768
+ isMobile: DeviceUtils.isMobile()
},
methods: {
loading(spinning, tip = '{{ i18n "loading"}}') {