diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 8ec0377..d124445 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -490,17 +490,43 @@ const AccountRow: React.FC<{ )} - - {account?.steamLoginSecure ? ( + + {/* Fast Switcher Button - Always available if we have a login name */} + {account.loginName && ( - ) : ( - )} + + {/* Scraper Auth Button - Controls the optional cooldown tracking */} + + + {account.steamLoginSecure ? : } + + + + + (window as any).electronAPI.openExternal(account?.profileUrl || '')}> onDelete(account?._id || '')}>