From a2133d34d1fea0bac0e16b6998d14a44bc4188d9 Mon Sep 17 00:00:00 2001 From: Mel <97147377+MelissaAutumn@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:41:49 -0800 Subject: [PATCH] Let the homepage load without localStorage enabled. (#224) --- frontend/index.html | 4 ++-- frontend/src/components/SettingsGeneral.vue | 18 +++++++++--------- frontend/src/main.js | 2 +- frontend/src/utils.js | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 355f4c335..5578045d1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8,8 +8,8 @@