diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index a598adf57..cc9e733f2 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -103,6 +103,8 @@ watch(locale, (locale) => { }) const isProduction = import.meta.env.PROD +const isTauri = 'TAURI_ENV_PLATFORM' in import.meta.env + const showUserModal = ref(false) const showThemeModal = ref(false) @@ -535,7 +537,7 @@ onMounted(() => {