minor bug fixes

This commit is contained in:
Alessandro Autiero
2022-09-05 03:08:34 +02:00
parent a773c490cc
commit ddc088e7d4
12 changed files with 181 additions and 101 deletions

View File

@@ -52,7 +52,7 @@ class LauncherPage extends StatelessWidget {
DeploymentSelector(
controller: rebootController,
onSelected: () => _streamController.add(null),
enabled: false
enabled: true
),
LaunchButton(
usernameController: usernameController,