Files
LanMountainDesktop/LanMountainDesktop/Models/TaskbarActionId.cs
lincube 72a0be16b3 0.4.6
引入了托盘菜单,提供了应用启动台隐藏应用功能,优化了自动刷新功能,为STCN 24组件提供了更多信息选项。
2026-03-06 10:32:02 +08:00

13 lines
219 B
C#

namespace LanMountainDesktop.Models;
public enum TaskbarActionId
{
MinimizeToWindows,
OpenSettings,
AddDesktopPage,
DeleteDesktopPage,
DeleteComponent,
EditComponent,
HideLauncherEntry
}