fix: 修复基建工作心情阈值显示与实际不符

This commit is contained in:
uye
2022-11-19 00:47:30 +08:00
parent 8890d4861b
commit e80f4fcddb

View File

@@ -536,8 +536,8 @@ namespace MeoAsstGui
get => _dormThreshold;
set
{
DormThresholdLabel = Localization.GetString("DormThreshold") + ": " + _dormThreshold + "%";
SetAndNotify(ref _dormThreshold, value);
DormThresholdLabel = Localization.GetString("DormThreshold") + ": " + _dormThreshold + "%";
ViewStatusStorage.Set("Infrast.DormThreshold", value.ToString());
}
}