feat/optional-cooldown #2
@@ -510,10 +510,6 @@ const AccountRow: React.FC<{
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
import VerifiedUserIcon from '@mui/icons-material/VerifiedUser';
|
|
||||||
|
|
||||||
// ... (inside AccountRow)
|
|
||||||
|
|
||||||
{/* Scraper Auth Button - Controls the optional cooldown tracking */}
|
{/* Scraper Auth Button - Controls the optional cooldown tracking */}
|
||||||
<Tooltip title={account.steamLoginSecure && !account.authError ? "Session valid - Tracking active" : (account.steamLoginSecure ? "Refresh scraper session" : "Authenticate for cooldown tracking")}>
|
<Tooltip title={account.steamLoginSecure && !account.authError ? "Session valid - Tracking active" : (account.steamLoginSecure ? "Refresh scraper session" : "Authenticate for cooldown tracking")}>
|
||||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5 }}>
|
<Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user