fix: indentation fix
This commit is contained in:
parent
1be1419ab4
commit
5cf75b13d4
|
@ -243,7 +243,7 @@ local function worker(user_args)
|
||||||
function calendar_widget.toggle()
|
function calendar_widget.toggle()
|
||||||
|
|
||||||
if popup.visible then
|
if popup.visible then
|
||||||
auto_hide_timer:stop()
|
auto_hide_timer:stop()
|
||||||
-- to faster render the calendar refresh it and just hide
|
-- to faster render the calendar refresh it and just hide
|
||||||
cal:set_date(nil) -- the new date is not set without removing the old one
|
cal:set_date(nil) -- the new date is not set without removing the old one
|
||||||
cal:set_date(os.date('*t'))
|
cal:set_date(os.date('*t'))
|
||||||
|
|
Loading…
Reference in New Issue