Added back host and ingame username

This commit is contained in:
Alessandro Autiero
2022-09-06 15:13:20 +02:00
parent e36c0762aa
commit 04f24f691f
15 changed files with 27 additions and 26 deletions

View File

@@ -11,8 +11,7 @@ import 'package:reboot_launcher/src/widget/version_selector.dart';
import 'package:reboot_launcher/src/controller/warning_controller.dart';
class LauncherPage extends StatelessWidget {
final WarningController _warningController = Get.put(WarningController());
final GameController _gameController = Get.put(GameController());
final WarningController _warningController = Get.find<WarningController>();
LauncherPage({Key? key}) : super(key: key);