Merge pull request #113 from utix/fix/volume_notification
volume: fix error on mouse leave
This commit is contained in:
commit
18a8fd62d3
|
@ -57,7 +57,7 @@ local function worker(args)
|
|||
end
|
||||
}
|
||||
|
||||
local notification = {}
|
||||
local notification
|
||||
local volume_icon_name="audio-volume-high-symbolic"
|
||||
|
||||
local function get_notification_text(txt)
|
||||
|
|
Loading…
Reference in New Issue