diff --git a/index.html b/index.html index 4b37e8b4..d01c7657 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ zashboard -
-
- -
+
@@ -101,6 +97,7 @@ import { RouterView, useRoute, useRouter } from 'vue-router' const modalRef = ref(null) const isPWA = (() => { + return 1 return window.matchMedia('(display-mode: standalone)').matches || navigator.standalone })() diff --git a/src/views/RulesPage.vue b/src/views/RulesPage.vue index 92888f6d..09d2f351 100644 --- a/src/views/RulesPage.vue +++ b/src/views/RulesPage.vue @@ -10,15 +10,17 @@