mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复基建工作心情阈值显示与实际不符
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user