fix: shorten toast notification duration to 2 seconds (#253)

This commit is contained in:
Dayuan Jiang
2025-12-14 13:04:18 +09:00
committed by GitHub
parent 66bd0e5493
commit 2e24071539

View File

@@ -1117,6 +1117,7 @@ Continue from EXACTLY where you stopped.`,
style: { style: {
maxWidth: "480px", maxWidth: "480px",
}, },
duration: 2000,
}} }}
/> />
{/* Header */} {/* Header */}