mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 03:23:54 +08:00
fix: open Dir
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user