Alarmdialog programmiert

This commit is contained in:
2025-09-10 16:58:20 +02:00
parent 7d8ce221fd
commit 14108b1165
7 changed files with 69 additions and 10 deletions

View File

@@ -522,6 +522,11 @@ class Frontend(Gtk.Window):
if selected == 6 and self.button_clicked == 1:
self.keylock = False
return True
# Alarm! Only botton "1" so dismiss
if self.boatdata.alarm:
if selected == 1:
self.boatdata.alarm = False
return True
if selected == 1:
if self.button_clicked == 2:
# Programmende bei Klicken auf 2 und loslassen auf 1