WIP: feat(ui): Migrate to new UI implementation

This commit is contained in:
2026-06-22 06:47:16 +04:00
parent 873aa8d7b5
commit bb4334f68d
109 changed files with 13499 additions and 1257 deletions
+3 -2
View File
@@ -14,8 +14,9 @@ Future<void> main() async {
await configureDependencies(env: 'flutter');
final launcherUpdateService = getIt<LauncherUpdateService>();
WindowOptions windowOptions = WindowOptions(
size: Size(960, 540),
const windowOptions = WindowOptions(
size: Size(1280, 720),
minimumSize: Size(1280, 720),
center: true,
backgroundColor: Colors.transparent,
skipTaskbar: false,