From 118f098b460c4f3690f38c6fffa4b6e7d75fb563 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Fri, 18 Jul 2025 04:09:16 +0200 Subject: [PATCH] fix: that the reset context menu option reset resizable sidebar width to the localStorage value rather than the default value --- components/UserInterface/ResizableSidebar.vue | 20 ++++++++++++++++++- .../[serverId]/channels/[channelId].vue | 20 ++----------------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue index 3d43b80..3017dbc 100644 --- a/components/UserInterface/ResizableSidebar.vue +++ b/components/UserInterface/ResizableSidebar.vue @@ -1,7 +1,7 @@