checkpoint

This commit is contained in:
Alessandro Autiero
2022-09-30 18:39:26 +02:00
parent 908936c76c
commit 17d92757b6
3 changed files with 0 additions and 75 deletions

View File

@@ -25,7 +25,6 @@ void main() async {
Get.put(GameController());
Get.put(ServerController());
Get.put(BuildController());
SystemTheme.accentColor.load();
doWhenWindowReady(() {
const size = Size(600, 365);
var window = appWindow as WinDesktopWindow;