Added switch for adaptive color mode.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-09-23 08:31:54 -06:00
parent 6916161e87
commit 104d4bab52
7 changed files with 27 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
public class UserConfig
{
public bool UseDarkMode { get; set; }
public bool UseSystemColorMode { get; set; }
public bool EnableCsvImports { get; set; }
public bool UseMPG { get; set; }
public bool UseDescending { get; set; }