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/server_button.dart';
import 'package:reboot_launcher/src/widget/restart_warning.dart';
class ServerPage extends StatelessWidget {
final WarningController _warningController = Get.put(WarningController());
final ServerController _serverController = Get.put(ServerController());
final WarningController _warningController = Get.find<WarningController>();
ServerPage({Key? key}) : super(key: key);