Calendar: reset to current month when opening
This commit is contained in:
parent
a81dd19f61
commit
accce9a8bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue