Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 12, 2024
1 parent b362362 commit 60d0003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def schedule_clock_rendering(self):
frequency=10,
name="clock")

def on_setting_changed(self):
def on_settings_changed(self):
if self.settings.get("show_time"):
self.schedule_clock_rendering()
else:
Expand Down

0 comments on commit 60d0003

Please sign in to comment.