mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 04:18:25 -04:00
Toggle showing uploads and downloads for both share and receive modes
This commit is contained in:
parent
edbbe9377c
commit
4bec79f494
4 changed files with 51 additions and 4 deletions
|
@ -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__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue