We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336b6e7 commit 24d7c77Copy full SHA for 24d7c77
evcc/ev_gui.py
@@ -699,8 +699,9 @@ def stop_ev(self) -> None:
699
self.stop_button.setEnabled(False)
700
self.start_button.setEnabled(True)
701
self.controller.stop()
702
- self.start_button.clicked.connect(self.reset_check_boxes)
703
time.sleep(2) # time to finish the sequence before stopping the GUI
+ self.start_button.clicked.connect(self.reset_check_boxes)
704
+
705
706
def reset_check_boxes(self) -> None:
707
"""Resets state checkboxes.
0 commit comments