mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 19:22:59 -03:00
Stop hiding the share mode info label when tor breaks
This commit is contained in:
parent
b982a9a248
commit
90172c913b
2 changed files with 0 additions and 2 deletions
|
@ -123,7 +123,6 @@ class ReceiveMode(Mode):
|
||||||
Connection to Tor broke.
|
Connection to Tor broke.
|
||||||
"""
|
"""
|
||||||
self.primary_action.hide()
|
self.primary_action.hide()
|
||||||
#self.info.show_less()
|
|
||||||
|
|
||||||
def handle_request_load(self, event):
|
def handle_request_load(self, event):
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -224,7 +224,6 @@ class ShareMode(Mode):
|
||||||
Connection to Tor broke.
|
Connection to Tor broke.
|
||||||
"""
|
"""
|
||||||
self.primary_action.hide()
|
self.primary_action.hide()
|
||||||
self.info_label.hide()
|
|
||||||
|
|
||||||
def handle_request_load(self, event):
|
def handle_request_load(self, event):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue