mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 18:06:30 -04:00
Stop hiding the share mode info label when tor breaks
This commit is contained in:
parent
acf40c4c26
commit
0f6ef3797f
@ -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…
x
Reference in New Issue
Block a user