From 47012b348b367426ba06ac8fca44af7bf40cd7d2 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:34:40 +1000 Subject: [PATCH] Restore @reference directive for style.css --- src/views/DesktopDialogView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/DesktopDialogView.vue b/src/views/DesktopDialogView.vue index c050e4d26..7f4a00ffb 100644 --- a/src/views/DesktopDialogView.vue +++ b/src/views/DesktopDialogView.vue @@ -22,6 +22,8 @@ const message = computed(() => (route.query.message as string) || '')