mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00: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