Skip to content

Commit

Permalink
修复搜索界面切换目标召唤师之后点击 tab 报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Nov 6, 2023
1 parent 7bf0de5 commit 52be941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/view/search_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ def __onSummonerPuuidGetted(self, puuid):
if puuid != "-1":
self.careerButton.setEnabled(True)
self.filterComboBox.setEnabled(True)
self.gamesView.gamesTab.currentTabSelected = None
self.gamesView.gameDetailView.clear()
self.gamesView.gamesTab.updatePuuid(
puuid, self.comboBoxQueueId[self.filterComboBox.currentIndex()]
Expand Down

0 comments on commit 52be941

Please sign in to comment.