mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 19:31:57 +08:00
fix:SystemHelper.openDir
This commit is contained in:
@ -361,8 +361,7 @@ class ToolsUIModel extends _$ToolsUIModel {
|
||||
}
|
||||
|
||||
openDir(path) async {
|
||||
await Process.run(
|
||||
SystemHelper.powershellPath, ["explorer.exe", "/select,\"$path\""]);
|
||||
SystemHelper.openDir("\"$path\"");
|
||||
}
|
||||
|
||||
Future _showSystemInfo(BuildContext context) async {
|
||||
|
Reference in New Issue
Block a user