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