Add pinned launcher items

This commit is contained in:
Ray Berezowski
2026-08-26 20:41:20 -04:00
parent 749a856faa
commit 9f1b012d15
9 changed files with 48 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ public sealed class LauncherItem
public string? IconPath { get; set; }
public bool IsFavorite { get; set; }
public LauncherDisplayMode DisplayMode { get; set; } = LauncherDisplayMode.CompactList;
public List<LauncherItem> Children { get; set; } = [];