volume: fix error on mouse leave
naughty destroy is expecting a nil argument or a real notification, using `{}` triggers an error on destroy
This commit is contained in:
parent
326d11e95b
commit
343a67f7e5
|
@ -57,7 +57,7 @@ local function worker(args)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
local notification = {}
|
local notification
|
||||||
local volume_icon_name="audio-volume-high-symbolic"
|
local volume_icon_name="audio-volume-high-symbolic"
|
||||||
|
|
||||||
local function get_notification_text(txt)
|
local function get_notification_text(txt)
|
||||||
|
|
Loading…
Reference in New Issue