feat: on hover only show actions if available on notifications (#396)

* feat: on hover only show actions if available on notifications

* feat: on hover only show actions if available on notifications

* fix: make the change configurable

* fix: remove unneeded op
This commit is contained in:
Rubin Bhandari
2024-11-05 12:32:26 +05:45
committed by GitHub
parent b5e91fa2dc
commit b88644833d
4 changed files with 77 additions and 27 deletions

View File

@@ -1211,6 +1211,7 @@ const options = mkOptions(OPTIONS, {
displayedTotal: opt(10),
monitor: opt(0),
active_monitor: opt(true),
showActionsOnHover: opt(false),
timeout: opt(7000),
cache_actions: opt(true),
clearDelay: opt(100),