diff --git a/src/MaaWpfGui/Helper/ConfigurationHelper.cs b/src/MaaWpfGui/Helper/ConfigurationHelper.cs index 2f659df99c..8bf61c6ccd 100644 --- a/src/MaaWpfGui/Helper/ConfigurationHelper.cs +++ b/src/MaaWpfGui/Helper/ConfigurationHelper.cs @@ -314,7 +314,7 @@ namespace MaaWpfGui.Helper { // 迁移旧数据,过几个版本后删除 { - var value = GetValue($"Timer.Timer{i + 1}Hour", defaultValue); + var value = GetGlobalValue($"Timer.Timer{i + 1}Hour", defaultValue); if (value != defaultValue) { return value;