Skip to content

Commit 037b800

Browse files
committed
Add file manager path validation and error handling in SelectFileManagerWindow
1 parent 3abb2f0 commit 037b800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ public CustomExplorerViewModel CustomExplorer
226226
new()
227227
{
228228
Name = "Files",
229-
Path = "Files",
230-
DirectoryArgument = "-select \"%d\"",
229+
Path = "Files-Stable",
230+
DirectoryArgument = "\"%d\"",
231231
FileArgument = "-select \"%f\""
232232
}
233233
};

0 commit comments

Comments
 (0)