diff --git a/apps/desktop/src/components/main/sidebar/toast/index.tsx b/apps/desktop/src/components/main/sidebar/toast/index.tsx index 6ba06dc9e8..b057126ccc 100644 --- a/apps/desktop/src/components/main/sidebar/toast/index.tsx +++ b/apps/desktop/src/components/main/sidebar/toast/index.tsx @@ -153,7 +153,7 @@ export function ToastArea({ } function useShouldShowToast(isProfileExpanded: boolean) { - const TOAST_CHECK_DELAY_MS = 3000; + const TOAST_CHECK_DELAY_MS = 500; const [showToast, setShowToast] = useState(false);