This commit is contained in:
lincube
2026-02-28 03:00:25 +08:00
parent 4ded1c1f20
commit b224f07e69
17 changed files with 2136 additions and 870 deletions

View File

@@ -0,0 +1,9 @@
namespace LanMontainDesktop.Models;
public sealed record TaskbarActionItem(
TaskbarActionId Id,
string Title,
string IconKey,
bool IsVisible,
string CommandKey);