diff options
author | streetturtle <streetturtle@gmail.com> | 2020-11-09 20:32:52 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-11-09 20:32:52 -0500 |
commit | 1a25099f55fa96ed1bb764ecb5efb0be48d8a275 (patch) | |
tree | a40c802105a109ea054c81b51a310c81c6905568 | |
parent | ea3c03835efe8e2b76e9f200b9fcc43a544be304 (diff) |
[bitbucket] fix #202
-rw-r--r-- | bitbucket-widget/bitbucket.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbucket-widget/bitbucket.lua b/bitbucket-widget/bitbucket.lua index dc7a34d..8d47f2f 100644 --- a/bitbucket-widget/bitbucket.lua +++ b/bitbucket-widget/bitbucket.lua @@ -238,7 +238,7 @@ local function worker(args) { { { - image = number_of_approves > 0 and WIDGET_DIR .. '/check.svg' or '', + image = WIDGET_DIR .. '/check.svg', resize = false, widget = wibox.widget.imagebox }, |