Adjust theme options for windows

This commit is contained in:
2dust
2025-01-11 11:23:40 +08:00
parent a176613119
commit 40915b5f98
15 changed files with 72 additions and 80 deletions

View File

@@ -102,8 +102,6 @@
public double MainGirdHeight1 { get; set; }
public double MainGirdHeight2 { get; set; }
public EGirdOrientation MainGirdOrientation { get; set; } = EGirdOrientation.Vertical;
public bool ColorModeDark { get; set; }
public bool FollowSystemTheme { get; set; }
public string? ColorPrimaryName { get; set; }
public string? CurrentTheme { get; set; }
public string CurrentLanguage { get; set; }