Release 9.2.2

This commit is contained in:
Alessandro Autiero
2024-07-09 20:38:01 +02:00
parent 3e2c2e96b1
commit a2505011d9
12 changed files with 126 additions and 782 deletions

View File

@@ -26,8 +26,7 @@ enum ServerResultType {
freePortError,
pingingRemote,
pingingLocal,
pingError,
processError;
pingError;
bool get isError => name.contains("Error");