mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 11:24:46 +08:00
fix: open Dir
This commit is contained in:
@ -259,7 +259,7 @@ class UpgradeDialogUI extends HookConsumerWidget {
|
||||
progress.value = 0;
|
||||
if (!context.mounted) return;
|
||||
showToast(context, S.current.app_upgrade_info_run_failed);
|
||||
SystemHelper.openDir("\"$fileName\"");
|
||||
SystemHelper.openDir(fileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user