We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6918658 commit 6c9216fCopy full SHA for 6c9216f
main.py
@@ -71,7 +71,6 @@ def main(page: ft.Page):
71
def background_processes():
72
while True:
73
taskbar.update()
74
- theme.get_radio_tab().update_color()
75
time.sleep(5)
76
77
process = threading.Thread(target=background_processes)
0 commit comments