mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-16 18:46:22 +08:00
fix: open Dir
This commit is contained in:
@@ -265,7 +265,7 @@ class LocalizationUIModel extends _$LocalizationUIModel {
|
||||
|
||||
openDir(BuildContext context) async {
|
||||
showToast(context, S.current.localization_info_custom_file_instructions);
|
||||
SystemHelper.openDir("\"${_customizeDir.absolute.path}\"\\");
|
||||
SystemHelper.openDir(_customizeDir.absolute.path);
|
||||
}
|
||||
|
||||
VoidCallback? doRemoteInstall(
|
||||
|
Reference in New Issue
Block a user