1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Fixed bug, on reload list: wrong view

This commit is contained in:
Dummerle 2021-04-06 11:14:45 +02:00
parent f1349b696a
commit d1818dc11a

View file

@ -29,7 +29,7 @@ class GameTab(QWidget):
self.setLayout(self.layout)
def update_list(self):
self.default_widget.game_list.update_list(not self.default_widget.head_bar.view.isChecked())
self.default_widget.game_list.update_list(self.default_widget.head_bar.view.isChecked())
self.layout.setCurrentIndex(0)
def show_info(self, app_name):