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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user