diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-21 18:09:05 +0300 |
|---|---|---|
| committer | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-21 18:09:05 +0300 |
| commit | 6f4eefe60181a9913155ec8c1cc644bf78b23ea3 (patch) | |
| tree | 78f71984c421ba6a27b23a0d421825da1f878352 /web/html/xui/index.html | |
| parent | 510c35f450e13fc833ab2c9a59e4822c0c0f658c (diff) | |
chore: make class to get the device form factor
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 2 |
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"}}') { |
