mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-30 09:59:02 -04:00
Moving more of the logic into ShareMode, but still have much more testing to do
This commit is contained in:
parent
26c1bb1d06
commit
3566c2fcb3
4 changed files with 219 additions and 167 deletions
|
@ -28,3 +28,9 @@ class ReceiveMode(QtWidgets.QWidget):
|
|||
def __init__(self, common):
|
||||
super(ReceiveMode, self).__init__()
|
||||
self.common = common
|
||||
|
||||
def timer_callback(self):
|
||||
"""
|
||||
This method is called regularly on a timer while receive mode is active.
|
||||
"""
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue