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 43dbf1a commit 3fab9daCopy full SHA for 3fab9da
Flow.Launcher/ViewModel/ResultViewModel.cs
@@ -13,7 +13,7 @@ namespace Flow.Launcher.ViewModel
13
{
14
public class ResultViewModel : BaseModel
15
16
- private static readonly string ClassName = nameof(ResultsViewModel);
+ private static readonly string ClassName = nameof(ResultViewModel);
17
18
private static readonly PrivateFontCollection FontCollection = new();
19
private static readonly Dictionary<string, string> Fonts = new();
0 commit comments