mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-29 01:06:16 -05:00
Update comment to reflect that we don't hide the timer checkbox when checked anymore
This commit is contained in:
parent
91a0c60189
commit
884d8389ed
@ -101,7 +101,7 @@ class ServerStatus(QtWidgets.QVBoxLayout):
|
|||||||
|
|
||||||
def shutdown_timeout_toggled(self, checked):
|
def shutdown_timeout_toggled(self, checked):
|
||||||
"""
|
"""
|
||||||
Shutdown timer option was toggled. If checked, hide the option and show the timer settings.
|
Shutdown timer option was toggled. If checked, show the timer settings.
|
||||||
"""
|
"""
|
||||||
if checked:
|
if checked:
|
||||||
self.timer_enabled = True
|
self.timer_enabled = True
|
||||||
|
Loading…
Reference in New Issue
Block a user