mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add file manager path validation and error handling in SelectFileManagerWindow
This commit is contained in:
parent
3abb2f0f52
commit
037b800f4a
1 changed files with 2 additions and 2 deletions
|
|
@ -226,8 +226,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
new()
|
||||
{
|
||||
Name = "Files",
|
||||
Path = "Files",
|
||||
DirectoryArgument = "-select \"%d\"",
|
||||
Path = "Files-Stable",
|
||||
DirectoryArgument = "\"%d\"",
|
||||
FileArgument = "-select \"%f\""
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue