fix: 生息演算主题读取配置错误

This commit is contained in:
uye
2024-08-31 09:45:18 +08:00
parent f1fded1472
commit 9b257e3aed

View File

@@ -2494,7 +2494,7 @@ namespace MaaWpfGui.ViewModels.UI
new() { Display = LocalizationHelper.GetString("ReclamationThemeTales"), Value = "Tales" },
];
private string _reclamationTheme = ConfigurationHelper.GetValue(ConfigurationKeys.ReclamationMode, "Tales");
private string _reclamationTheme = ConfigurationHelper.GetValue(ConfigurationKeys.ReclamationTheme, "Tales");
/// <summary>
/// Gets or sets the Reclamation theme.