From 884d8389edcc392c144266a6e7f628918d91145e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 4 Dec 2017 15:22:46 +1100 Subject: [PATCH] Update comment to reflect that we don't hide the timer checkbox when checked anymore --- onionshare_gui/server_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare_gui/server_status.py b/onionshare_gui/server_status.py index 7746fdd2..e0a944e3 100644 --- a/onionshare_gui/server_status.py +++ b/onionshare_gui/server_status.py @@ -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