mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 18:52:38 -04:00
Increase info notification timeout 1500 -> 2000
This commit is contained in:
@@ -8,6 +8,6 @@ export const notifyToast = (
|
||||
Notification[type]({
|
||||
title: message,
|
||||
description,
|
||||
duration: type === 'info' ? 1500 : type === 'success' ? 2500 : 3000,
|
||||
duration: type === 'info' ? 2000 : type === 'success' ? 2500 : 3000,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user