diff --git a/Flow.Launcher/ViewModel/ResultViewModel.cs b/Flow.Launcher/ViewModel/ResultViewModel.cs index ef7e24c3b..648ac49bb 100644 --- a/Flow.Launcher/ViewModel/ResultViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultViewModel.cs @@ -13,7 +13,7 @@ namespace Flow.Launcher.ViewModel { public class ResultViewModel : BaseModel { - private static readonly string ClassName = nameof(ResultsViewModel); + private static readonly string ClassName = nameof(ResultViewModel); private static readonly PrivateFontCollection FontCollection = new(); private static readonly Dictionary Fonts = new();