diff --git a/app/components/Nav/HorizontalNav.vue b/app/components/Nav/HorizontalNav.vue index 2c8f48d..1b1866d 100644 --- a/app/components/Nav/HorizontalNav.vue +++ b/app/components/Nav/HorizontalNav.vue @@ -4,34 +4,52 @@ const isSettingsSheetOpen = defineModel("isSettingsSheetOpen"); const isFilterSheetOpen = defineModel("isFilterSheetOpen"); const isNewSheetOpen = defineModel("isNewSheetOpen"); + + const { standalone } = useIsPwa(); + const { settings } = useSettings(); diff --git a/app/components/Settings/SettingsSheet.vue b/app/components/Settings/SettingsSheet.vue index 6639d20..ceefbd6 100644 --- a/app/components/Settings/SettingsSheet.vue +++ b/app/components/Settings/SettingsSheet.vue @@ -52,7 +52,7 @@