Mark static

This commit is contained in:
Jack251970 2025-06-07 14:04:21 +08:00
parent c19e9ad197
commit 16371af1ce

View file

@ -432,7 +432,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
#endregion
private string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
private static string? PromptUserSelectPath(ResultType type, string? initialDirectory = null)
{
string? path = null;