perf: 优化选择材料界面显示

This commit is contained in:
MistEO
2022-10-07 17:09:48 +08:00
parent b8429105ae
commit 269afa02b1

View File

@@ -1955,14 +1955,14 @@ namespace MeoAsstGui
{
if (DropsItemName != item.Display)
{
DropsItemName = "请选择材料";
DropsItemName = Localization.GetString("NotSelected");
}
return;
}
}
DropsItemName = "请选择材料";
DropsItemName = Localization.GetString("NotSelected");
}
private string _dropsQuantity = ViewStatusStorage.Get("MainFunction.Drops.Quantity", "5");