Add file manager path validation and error handling in SelectFileManagerWindow

This commit is contained in:
DB p 2025-05-20 17:56:24 +09:00
parent 3abb2f0f52
commit 037b800f4a

View file

@ -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\""
}
};