readme change

This commit is contained in:
Tom Schimansky
2021-03-05 20:40:25 +01:00
parent 4374884d65
commit 8370521d2a
2 changed files with 17 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ def activate_threading():
AppearanceModeTracker.init_listener_function()
def update_theme():
def update_appearance_mode():
if isinstance(AppearanceModeTracker.system_mode_listener, SystemAppearanceModeListenerNoThread):
AppearanceModeTracker.system_mode_listener.update()
else: