From 918e102a0cfd844aa210097becd7d1d7c0405185 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 10 Jul 2025 23:25:42 +0200 Subject: [PATCH] =?UTF-8?q?l=C3=A4uft=20soweit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/main.py b/gui/main.py index b741194..44fb45c 100644 --- a/gui/main.py +++ b/gui/main.py @@ -394,6 +394,9 @@ class PHControllerGUI(QMainWindow): self.auto_dose_timer.stop() self.send_pump_command(0) # Turn off pump self.auto_dose_btn.setText("Automatisch dosieren") + # Re-enable manual pump controls + self.pump_on_btn.setEnabled(True) + self.pump_off_btn.setEnabled(True) return volume = self.volume_spin.value()