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.
1 parent c19e9ad commit 16371afCopy full SHA for 16371af
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -432,7 +432,7 @@ private void ShowUnselectedMessage()
432
433
#endregion
434
435
- private string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
+ private static string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
436
{
437
string? path = null;
438
0 commit comments