mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
perf: 优化选择材料界面显示
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user