mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 09:14:25 +08:00
0.2.1
完善了日历组件
This commit is contained in:
@@ -6,6 +6,10 @@ public sealed class AppSettingsSnapshot
|
||||
{
|
||||
public int GridShortSideCells { get; set; } = 12;
|
||||
|
||||
public string GridSpacingPreset { get; set; } = "Relaxed";
|
||||
|
||||
public int DesktopEdgeInsetPercent { get; set; } = 18;
|
||||
|
||||
public bool? IsNightMode { get; set; }
|
||||
|
||||
public string? ThemeColor { get; set; }
|
||||
@@ -28,10 +32,16 @@ public sealed class AppSettingsSnapshot
|
||||
TaskbarActionId.OpenSettings.ToString()
|
||||
];
|
||||
|
||||
public bool EnableDynamicTaskbarActions { get; set; } = false;
|
||||
public bool EnableDynamicTaskbarActions { get; set; } = true;
|
||||
|
||||
public string TaskbarLayoutMode { get; set; } = "BottomFullRowMacStyle";
|
||||
|
||||
public string ClockDisplayFormat { get; set; } = "HourMinuteSecond";
|
||||
|
||||
public string StatusBarSpacingMode { get; set; } = "Relaxed";
|
||||
|
||||
public int StatusBarCustomSpacingPercent { get; set; } = 12;
|
||||
|
||||
public int DesktopPageCount { get; set; } = 1;
|
||||
|
||||
public int CurrentDesktopSurfaceIndex { get; set; } = 0;
|
||||
|
||||
@@ -4,5 +4,8 @@ public enum TaskbarActionId
|
||||
{
|
||||
MinimizeToWindows,
|
||||
OpenSettings,
|
||||
AddDesktopPage
|
||||
AddDesktopPage,
|
||||
DeleteDesktopPage,
|
||||
DeleteComponent,
|
||||
EditComponent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user