Skip to content

Commit 6c9216f

Browse files
fix startup error
1 parent 6918658 commit 6c9216f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def main(page: ft.Page):
7171
def background_processes():
7272
while True:
7373
taskbar.update()
74-
theme.get_radio_tab().update_color()
7574
time.sleep(5)
7675

7776
process = threading.Thread(target=background_processes)

0 commit comments

Comments
 (0)