Added an info label to file selection, to show the total count and size

This commit is contained in:
Micah Lee 2018-02-10 11:48:14 -08:00
parent 532d5d5cf0
commit fe24c543cc
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 32 additions and 9 deletions

View file

@ -182,7 +182,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.check_for_updates()
def update_primary_action(self):
common.log('OnionShareGui', 'update_primary_action')
# Resize window
self.adjustSize()