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