From 6d4d09e4e3e3cc2fec81074fc5405fc58145a7bd Mon Sep 17 00:00:00 2001 From: Jesse Bofill Date: Sun, 21 Jan 2024 10:21:28 -0700 Subject: [PATCH] chore: disable tab creation/profile buttons before tabs have loaded --- src/components/QuickAccessContent.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/components/QuickAccessContent.tsx b/src/components/QuickAccessContent.tsx index 49ab725..12d0838 100644 --- a/src/components/QuickAccessContent.tsx +++ b/src/components/QuickAccessContent.tsx @@ -107,20 +107,20 @@ export const QuickAccessContent: VFC<{}> = ({ }) => { - showModalNewTab(tabMasterManager)} onOKActionDescription={'Add Tab'}> + showModalNewTab(tabMasterManager)} onOKActionDescription={'Add Tab'}> Add Tab - {tabMasterManager.hasSettingsLoaded && - - showContextMenu()} - > - - - } + + showContextMenu()} + > + + + @@ -186,6 +186,7 @@ export const QuickAccessTitleView: VFC = ({ title, ta >
{title}
showContextMenu()}