mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Stop hiding the share mode info label when tor breaks
This commit is contained in:
parent
b982a9a248
commit
90172c913b
@ -123,7 +123,6 @@ class ReceiveMode(Mode):
|
||||
Connection to Tor broke.
|
||||
"""
|
||||
self.primary_action.hide()
|
||||
#self.info.show_less()
|
||||
|
||||
def handle_request_load(self, event):
|
||||
"""
|
||||
|
@ -224,7 +224,6 @@ class ShareMode(Mode):
|
||||
Connection to Tor broke.
|
||||
"""
|
||||
self.primary_action.hide()
|
||||
self.info_label.hide()
|
||||
|
||||
def handle_request_load(self, event):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user