Toggle showing uploads and downloads for both share and receive modes

This commit is contained in:
Micah Lee 2018-09-28 13:43:10 -07:00
parent edbbe9377c
commit 4bec79f494
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 51 additions and 4 deletions

View file

@ -36,6 +36,7 @@ class Mode(QtWidgets.QWidget):
starting_server_step3 = QtCore.pyqtSignal()
starting_server_error = QtCore.pyqtSignal(str)
set_server_active = QtCore.pyqtSignal(bool)
adjust_size = QtCore.pyqtSignal()
def __init__(self, common, qtapp, app, status_bar, server_status_label, system_tray, filenames=None, local_only=False):
super(Mode, self).__init__()