Calendar: reset to current month when opening
This commit is contained in:
parent
a81dd19f61
commit
accce9a8bc
|
@ -220,7 +220,7 @@ end
|
||||||
|
|
||||||
function calendar:update_before_showing()
|
function calendar:update_before_showing()
|
||||||
if not self.wibox.visible then
|
if not self.wibox.visible then
|
||||||
self:fill_days()
|
self:now()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue