checkpoint

This commit is contained in:
Alessandro Autiero
2023-02-24 15:24:24 +01:00
parent 013d15d7ff
commit 63c7cc5c5b
69 changed files with 1148 additions and 644 deletions

View File

@@ -18,7 +18,7 @@ class PortInput extends StatelessWidget {
label: "Port",
placeholder: "Type the backend server's port",
controller: _serverController.port,
enabled: _serverController.type.value != ServerType.embedded
enabled: _serverController.type.value == ServerType.remote
))
);
}