Icon selector

This commit is contained in:
jokob-sk
2024-12-04 21:03:35 +11:00
parent 989d5dde8a
commit e92d1bb0ad
8 changed files with 272 additions and 125 deletions

View File

@@ -64,4 +64,4 @@ def start_server(graphql_port, app_state):
thread.start()
# Update the state to indicate the server has started
app_state = updateState("Process: Wait", None, None, None, 1)
app_state = updateState("Process: Idle", None, None, None, 1)