Alarmdialog programmiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user