fix: open Dir

This commit is contained in:
2024-04-12 20:02:00 +08:00
parent b8c4e05a32
commit 1ab785fbbc
5 changed files with 5 additions and 5 deletions

View File

@ -361,7 +361,7 @@ class ToolsUIModel extends _$ToolsUIModel {
}
openDir(path) async {
SystemHelper.openDir("\"$path\"");
SystemHelper.openDir(path);
}
Future _showSystemInfo(BuildContext context) async {