Skip to content

Commit

Permalink
fix: indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maverick1872 authored Aug 3, 2024
1 parent 1be1419 commit 5cf75b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar-widget/calendar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ local function worker(user_args)
function calendar_widget.toggle()

if popup.visible then
auto_hide_timer:stop()
auto_hide_timer:stop()
-- 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(os.date('*t'))
Expand Down

0 comments on commit 5cf75b1

Please sign in to comment.