From 95f4bbcaf37a8a2c2e842825e62da89e83e0b40d Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Thu, 31 Jul 2025 03:50:16 +0200 Subject: [PATCH] fix: ResizableSidebar width resetting not being saved to local storage --- components/UserInterface/ResizableSidebar.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue index 3017dbc..c6acca2 100644 --- a/components/UserInterface/ResizableSidebar.vue +++ b/components/UserInterface/ResizableSidebar.vue @@ -1,7 +1,7 @@