summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/osd.lua b/osd.lua
index 6a9f0c2..58c6903 100644
--- a/osd.lua
+++ b/osd.lua
@@ -639,6 +639,8 @@ function mt:toggle_hidden()
else
self:draw_img()
end
+
+ return hidden
end
function mt:is_hidden()