mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 09:01:37 +08:00
feat: Optimize game startup
This commit is contained in:
@ -329,7 +329,7 @@ class HomeUIModel extends _$HomeUIModel {
|
||||
showDialog(
|
||||
context: context,
|
||||
dismissWithEsc: false,
|
||||
builder: (context) => const HomeGameLoginDialogUI());
|
||||
builder: (context) => HomeGameLoginDialogUI(context));
|
||||
} else {
|
||||
final ok = await showConfirmDialogs(
|
||||
context,
|
||||
|
Reference in New Issue
Block a user