Merge pull request #113 from utix/fix/volume_notification

volume: fix error on mouse leave
This commit is contained in:
streetturtle 2020-02-22 12:53:01 -05:00 committed by GitHub
commit 18a8fd62d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)