ios icons and splash
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user