1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00

ShopWidget: The shop is broken, set it only show the free games and the wishlist

This commit is contained in:
loathingKernel 2023-12-12 12:48:43 +02:00
parent 0ef2497afb
commit 83dd118784
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -68,6 +68,10 @@ class ShopWidget(QScrollArea, Ui_ShopWidget):
self.init_filter()
self.search_bar.setHidden(True)
self.filter_gb.setHidden(True)
self.filter_game_gb.setHidden(True)
# self.search_bar.textChanged.connect(self.load_completer)
def load(self):