We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d4e03b + 382a77d commit 4e56cb4Copy full SHA for 4e56cb4
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -532,7 +532,7 @@ private void OpenFolderEditorPath()
532
[RelayCommand]
533
private void OpenShellPath()
534
{
535
- var path = PromptUserSelectPath(ResultType.File, Settings.EditorPath != null ? Path.GetDirectoryName(Settings.EditorPath) : null);
+ var path = PromptUserSelectPath(ResultType.File, Settings.ShellPath != null ? Path.GetDirectoryName(Settings.ShellPath) : null);
536
if (path is null)
537
return;
538
0 commit comments