Timer für StatusToast

This commit is contained in:
PxlLoewe
2025-07-07 02:18:38 -07:00
parent 9e4a46c595
commit 79a65d690c

View File

@@ -78,7 +78,7 @@ export function QueryProvider({ children }: { children: ReactNode }) {
case "station-status":
if (notification.status !== "5") return;
toast.custom((e) => <StatusToast event={notification} t={e} />, {
duration: 99999999 /* 30000 */,
duration: 60000,
});
break;
default: