From 1fa2ca6bba84d5f0b635d4ce75bcbde8014356d0 Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Wed, 19 Jul 2023 16:19:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9A=E6=97=B6=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=97=A0=E6=B3=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #5524 --- src/MaaWpfGui/Helper/ConfigurationHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;