diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-02-22 12:53:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 12:53:01 -0500 |
commit | 18a8fd62d3a59cac084b4c76006b15ed43d5e4c2 (patch) | |
tree | b0335462c35e61bf21cf7035b9255889554b83b1 | |
parent | 41fba9793e883d9042776a34906a51b782774c79 (diff) | |
parent | 343a67f7e5c1adbff43586a57d9009a52d9173c3 (diff) |
Merge pull request #113 from utix/fix/volume_notification
volume: fix error on mouse leave
-rw-r--r-- | volume-widget/volume.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua index b2748e1..749f1f6 100644 --- a/volume-widget/volume.lua +++ b/volume-widget/volume.lua @@ -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) |