mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
12 lines
198 B
C#
12 lines
198 B
C#
namespace LanMountainDesktop.Models;
|
|
|
|
public enum TaskbarActionId
|
|
{
|
|
MinimizeToWindows,
|
|
AddDesktopPage,
|
|
DeleteDesktopPage,
|
|
EditComponent,
|
|
DeleteComponent,
|
|
HideLauncherEntry
|
|
}
|