Added an option to toggle auto-dismissal of notifications. (#673)

This commit is contained in:
Jas Singh
2024-12-30 01:23:52 -08:00
committed by GitHub
parent 2fbbdd7b41
commit d49a750bfd
4 changed files with 18 additions and 4 deletions

View File

@@ -1322,6 +1322,7 @@ const options = mkOptions(CONFIG, {
active_monitor: opt(true),
showActionsOnHover: opt(false),
timeout: opt(7000),
autoDismiss: opt(false),
cache_actions: opt(true),
clearDelay: opt(100),
},