From e7bc9645955777de6081c6f7381ef01623641138 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Tue, 26 Aug 2025 17:13:18 +0100 Subject: [PATCH] Remove config button --- frontend/src/components/shared/QuickAccessBar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/shared/QuickAccessBar.tsx b/frontend/src/components/shared/QuickAccessBar.tsx index fc4301181..34afc0749 100644 --- a/frontend/src/components/shared/QuickAccessBar.tsx +++ b/frontend/src/components/shared/QuickAccessBar.tsx @@ -190,7 +190,7 @@ const QuickAccessBar = forwardRef(({
{/* Config button at the bottom */} - {buttonConfigs + {/* {buttonConfigs .filter(config => config.id === 'config') .map(config => (
@@ -210,14 +210,14 @@ const QuickAccessBar = forwardRef(({ {config.name}
- ))} + ))} */}
- setConfigModalOpen(false)} - /> + /> */} ); });