Add launcher item notes

This commit is contained in:
Ray Berezowski
2026-08-26 22:43:58 -04:00
parent 57b2c4b0cc
commit 0baf87d979
9 changed files with 45 additions and 11 deletions

View File

@@ -25,6 +25,8 @@ public sealed class LauncherItem
public string? WorkingFolder { get; set; }
public string? Notes { get; set; }
public string? IconPath { get; set; }
public bool IsFavorite { get; set; }