mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Don't call server_status.stop_server() twice, which prevents overwriting the status message
This commit is contained in:
parent
a3df6d6b60
commit
92990ed3a9
@ -177,8 +177,7 @@ class Mode(QtWidgets.QWidget):
|
|||||||
|
|
||||||
self.status_bar.clearMessage()
|
self.status_bar.clearMessage()
|
||||||
if not self.app.autostop_timer_thread.is_alive():
|
if not self.app.autostop_timer_thread.is_alive():
|
||||||
if self.autostop_timer_finished_should_stop_server():
|
self.autostop_timer_finished_should_stop_server()
|
||||||
self.server_status.stop_server()
|
|
||||||
|
|
||||||
def timer_callback_custom(self):
|
def timer_callback_custom(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user