mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
13 lines
219 B
C#
13 lines
219 B
C#
namespace LanMountainDesktop.Models;
|
|
|
|
public enum TaskbarActionId
|
|
{
|
|
MinimizeToWindows,
|
|
OpenSettings,
|
|
AddDesktopPage,
|
|
DeleteDesktopPage,
|
|
DeleteComponent,
|
|
EditComponent,
|
|
HideLauncherEntry
|
|
}
|