Skip to content

Commit 16371af

Browse files
committed
Mark static
1 parent c19e9ad commit 16371af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ private void ShowUnselectedMessage()
432432

433433
#endregion
434434

435-
private string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
435+
private static string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
436436
{
437437
string? path = null;
438438

0 commit comments

Comments
 (0)