Allow change settings in login page

Fix layout
This commit is contained in:
2024-05-30 09:29:14 +08:00
parent 69929d6990
commit fb21e0cd73
7 changed files with 46 additions and 30 deletions

View File

@@ -32,6 +32,7 @@ class TaskManager {
tasksList.clear();
_channel?.sink.add("{\"type\":\"close\"}");
_channel?.sink.close();
_channel = null;
_closed = true;
}