mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 10:14:45 +08:00
fix: open Dir
This commit is contained in:
@ -361,7 +361,7 @@ class ToolsUIModel extends _$ToolsUIModel {
|
||||
}
|
||||
|
||||
openDir(path) async {
|
||||
SystemHelper.openDir("\"$path\"");
|
||||
SystemHelper.openDir(path);
|
||||
}
|
||||
|
||||
Future _showSystemInfo(BuildContext context) async {
|
||||
|
Reference in New Issue
Block a user