Add timeout to handle close and add missing cfg template

Also adds the reno icon
This commit is contained in:
2023-07-31 16:56:07 +02:00
parent c84c79d966
commit d7d8dff736
3 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ func InitWebsocket():
await PollWebsocket()
RenderingServer.force_draw()
DisplayServer.process_events()
await get_tree().create_timer(0.1).timeout
func PollWebsocket():