mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 切换语言时选择材料更新
This commit is contained in:
@@ -626,6 +626,7 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
|
||||
AllDrops.Sort((a, b) => string.Compare(a.Value, b.Value, StringComparison.Ordinal));
|
||||
DropsList = [.. AllDrops];
|
||||
DropsListDropDownClosed();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user