mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
11 lines
163 B
C#
11 lines
163 B
C#
|
|
namespace LanMontainDesktop.Models;
|
||
|
|
|
||
|
|
public enum TaskbarContext
|
||
|
|
{
|
||
|
|
Desktop,
|
||
|
|
SettingsWallpaper,
|
||
|
|
SettingsGrid,
|
||
|
|
SettingsColor,
|
||
|
|
SettingsStatusBar
|
||
|
|
}
|