mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
Added back host and ingame username
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user