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

@ -169,7 +169,7 @@ class HomeUI extends HookConsumerWidget {
const SizedBox(width: 12),
Button(
onPressed: () =>
SystemHelper.openDir("\"${homeState.scInstalledPath}\""),
SystemHelper.openDir("${homeState.scInstalledPath}"),
child: const Padding(
padding: EdgeInsets.all(6),
child: Icon(FluentIcons.folder_open),