mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Mark static
This commit is contained in:
parent
c19e9ad197
commit
16371af1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue