mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
fix: indentation fix
This commit is contained in:
parent
1be1419ab4
commit
5cf75b13d4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue