mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-31 20:24:16 -04:00
Update comment to reflect that we don't hide the timer checkbox when checked anymore
This commit is contained in:
parent
6d02d2ef91
commit
3fc360a0ae
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class ServerStatus(QtWidgets.QVBoxLayout):
|
|||
|
||||
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:
|
||||
self.timer_enabled = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue