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:
@@ -1183,6 +1183,7 @@ const options = mkOptions(OPTIONS, {
|
||||
active_monitor: opt(true),
|
||||
timeout: opt(7000),
|
||||
cache_actions: opt(true),
|
||||
clearDelay: opt(100),
|
||||
},
|
||||
|
||||
dummy: opt(true),
|
||||
|
||||
Reference in New Issue
Block a user