diff --git a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml index 1a895641ff..7f1d13326f 100644 --- a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml +++ b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml @@ -26,7 +26,7 @@ - + diff --git a/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml index 1ec9101656..3015a6279e 100644 --- a/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml +++ b/src/MeoAsstGui/UserControl/FightSettingsUserControl.xaml @@ -40,7 +40,7 @@ - - + + ItemsSource="{Binding Path=InfrastItemViewModels}" ToolTip="标签顺序可拖动"> diff --git a/src/MeoAsstGui/ViewModels/SettingsViewModel.cs b/src/MeoAsstGui/ViewModels/SettingsViewModel.cs index fe9a2fc63f..6d57146c1a 100644 --- a/src/MeoAsstGui/ViewModels/SettingsViewModel.cs +++ b/src/MeoAsstGui/ViewModels/SettingsViewModel.cs @@ -131,7 +131,7 @@ namespace MeoAsstGui new CombData { Display = "兼容模式", Value = "Compatible" }, }; - _dormThresholdLabel = "宿舍入驻心情阈值:" + _dormThreshold + "%"; + _dormThresholdLabel = "基建工作心情阈值:" + _dormThreshold + "%"; RoguelikeModeList = new List { @@ -313,7 +313,7 @@ namespace MeoAsstGui get { return _dormThreshold; } set { - DormThresholdLabel = "宿舍入驻心情阈值:" + _dormThreshold + "%"; + DormThresholdLabel = "基建工作心情阈值:" + _dormThreshold + "%"; SetAndNotify(ref _dormThreshold, value); ViewStatusStorage.Set("Infrast.DormThreshold", value.ToString()); } diff --git a/src/MeoAsstGui/Views/CopilotView.xaml b/src/MeoAsstGui/Views/CopilotView.xaml index e0d706ffba..351271c38f 100644 --- a/src/MeoAsstGui/Views/CopilotView.xaml +++ b/src/MeoAsstGui/Views/CopilotView.xaml @@ -23,7 +23,8 @@