feature: remove delay when clearing all notifications (#342)
* feat: add setting option to control delay * Update widget/settings/pages/config/notifications/index.ts * Update widget/settings/pages/config/notifications/index.ts * Update widget/settings/pages/config/notifications/index.ts --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -45,6 +45,15 @@ export const NotificationSettings = (): Scrollable<Child, Attribute> => {
|
||||
subtitle: 'The notification will follow the monitor of your cursor',
|
||||
type: 'boolean',
|
||||
}),
|
||||
Option({
|
||||
opt: options.notifications.clearDelay,
|
||||
title: 'Clear Delay',
|
||||
subtitle:
|
||||
'The delay in milliseconds before a notification is cleared' +
|
||||
'\nWARNING: Setting this value too low may crash AGS depending on your system.',
|
||||
type: 'number',
|
||||
increment: 20,
|
||||
}),
|
||||
Option({
|
||||
opt: options.notifications.timeout,
|
||||
title: 'Notification Timeout',
|
||||
|
||||
Reference in New Issue
Block a user