mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修复移动已打开设置的任务后,当前的设置面板无法继续修改的问题
This commit is contained in:
@@ -155,6 +155,11 @@ public class TaskQueueViewModel : Screen
|
||||
{
|
||||
TaskItemViewModels[i].Index = i;
|
||||
}
|
||||
|
||||
if (TaskSettingVisibilities.CurrentIndex == oldIndex)
|
||||
{
|
||||
TaskSettingVisibilities.CurrentIndex = newIndex;
|
||||
}
|
||||
}
|
||||
else if (e.Action == NotifyCollectionChangedAction.Add)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user