mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix incorrect class name reference
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
43dbf1a0ee
commit
3fab9da633
1 changed files with 1 additions and 1 deletions
|
|
@ -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<string, string> Fonts = new();
|
||||
|
|
|
|||
Loading…
Reference in a new issue