mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
Merge pull request #1245 from micahflee/1183_display_autostop_message
"Stopped because auto-stop timer ran out" string should get displayed
This commit is contained in:
commit
a520057bf4
1 changed files with 1 additions and 2 deletions
|
@ -177,8 +177,7 @@ class Mode(QtWidgets.QWidget):
|
|||
|
||||
self.status_bar.clearMessage()
|
||||
if not self.app.autostop_timer_thread.is_alive():
|
||||
if self.autostop_timer_finished_should_stop_server():
|
||||
self.server_status.stop_server()
|
||||
self.autostop_timer_finished_should_stop_server()
|
||||
|
||||
def timer_callback_custom(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue