mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
rft: Wpf基建任务参数更新迁移
This commit is contained in:
@@ -23,6 +23,7 @@ using MaaWpfGui.Models;
|
||||
using MaaWpfGui.Models.AsstTasks;
|
||||
using MaaWpfGui.Services;
|
||||
using MaaWpfGui.Utilities.ValueType;
|
||||
using MaaWpfGui.ViewModels.UI;
|
||||
using Microsoft.Win32;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
@@ -440,7 +441,7 @@ public class InfrastSettingsUserControlModel : TaskViewModel
|
||||
}
|
||||
|
||||
SetAndNotify(ref _customInfrastPlanIndex, value);
|
||||
Instances.TaskQueueViewModel.SetInfrastParams();
|
||||
TaskQueueViewModel.SetInfrastParams();
|
||||
ConfigurationHelper.SetValue(ConfigurationKeys.CustomInfrastPlanIndex, value.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user