ios icons and splash

This commit is contained in:
2023-06-06 23:39:13 +02:00
parent 5b267356db
commit 339e74e53e
16 changed files with 22 additions and 11 deletions

View File

@@ -12,9 +12,12 @@ import { initializeSettings } from '@/composables/useSettings'
import { windowIsMobile } from '@/utils/helpers'
import SideBar from '@/components/SideBar.vue'
import { useWindowSize } from '@vueuse/core'
import { SplashScreen } from '@capacitor/splash-screen'
initializeSettings()
onMounted(() => SplashScreen.hide())
const sideBarCollapsed = ref<boolean>(windowIsMobile())
const { width } = useWindowSize()