Update comment to reflect that we don't hide the timer checkbox when checked anymore

This commit is contained in:
Miguel Jacq 2017-12-04 15:22:46 +11:00
parent 91a0c60189
commit 884d8389ed
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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