Fixed some UI things and nightly

This commit is contained in:
Alessandro Autiero
2022-09-22 21:53:47 +02:00
parent c3a2456e5c
commit 2355b5eecd
20 changed files with 234 additions and 173 deletions

View File

@@ -16,7 +16,7 @@ class LauncherPage extends StatelessWidget {
children: [
UsernameBox(),
VersionSelector(),
DeploymentSelector(enabled: true),
DeploymentSelector(enabled: false),
const LaunchButton()
],
);