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 6d02d2ef91
commit 3fc360a0ae

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