[experiment] remove debug print call
This commit is contained in:
parent
565014c131
commit
f7d2a4e496
|
@ -45,7 +45,6 @@ function widget.get_widget(widgets_args)
|
||||||
self:get_children_by_id('icon')[1]:set_image(icon_dir .. volume_icon_name .. '.svg')
|
self:get_children_by_id('icon')[1]:set_image(icon_dir .. volume_icon_name .. '.svg')
|
||||||
end,
|
end,
|
||||||
mute = function(self)
|
mute = function(self)
|
||||||
print("called")
|
|
||||||
self.is_muted = true
|
self.is_muted = true
|
||||||
self:get_children_by_id('icon')[1]:set_image(icon_dir .. 'audio-volume-muted-symbolic.svg')
|
self:get_children_by_id('icon')[1]:set_image(icon_dir .. 'audio-volume-muted-symbolic.svg')
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue