fix v1.6.1 CmdHelper

This commit is contained in:
josc146
2023-12-12 23:04:24 +08:00
parent 07cab6949e
commit be3b69c65c
2 changed files with 4 additions and 4 deletions

View File

@@ -204,6 +204,6 @@ func (a *App) OpenFileFolder(path string, relative bool) error {
}
func (a *App) StartFile(path string) error {
_, err := CmdHelper(path)
_, err := CmdHelper(true, path)
return err
}