feat: 添加基建计划 ToolTip 提示

This commit is contained in:
uye
2025-09-11 16:40:05 +08:00
parent 5a25cf70a9
commit d239cbad5c
8 changed files with 35 additions and 21 deletions

View File

@@ -435,7 +435,6 @@ public class InfrastSettingsUserControlModel : TaskViewModel
}
SetAndNotify(ref _customInfrastPlanIndex, value);
TaskQueueViewModel.SetInfrastParams();
ConfigurationHelper.SetValue(ConfigurationKeys.CustomInfrastPlanIndex, value.ToString());
}
}