mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
fix: 生息演算主题读取配置错误
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user