mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: 拥有全干员的情况下重启后进入干员识别界面不会自动选中选项卡
This commit is contained in:
@@ -63,6 +63,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
_gachaTimer.Tick += RefreshGachaTip;
|
||||
LoadDepotDetails();
|
||||
LoadOperBoxDetails();
|
||||
OperBoxSelectedIndex = OperBoxNotHaveList.Count > 0 ? 0 : 1;
|
||||
}
|
||||
|
||||
private void RunningState_IdleChanged(object? sender, bool e)
|
||||
|
||||
Reference in New Issue
Block a user