Skip to content

Commit

Permalink
Update Tabs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jun 19, 2021
1 parent 41aeb36 commit 4e7fb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wingetui/Tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def hideLoadingWheelIfNeeded(self, store: str) -> None:
self.loadWheel.hide()
self.reloadButton.setEnabled(True)
self.query.setEnabled(True)
print("[ OK ] Total packages: "+str(self.packageList.topLevelItemCount()))

def resizeEvent(self, event = None):
g = self.packageList.geometry()
Expand Down

0 comments on commit 4e7fb74

Please sign in to comment.