Konfigurationsmodus für Tide begonnen
This commit is contained in:
@@ -13,6 +13,8 @@ class Navtex(Page):
|
||||
def __init__(self, pageno, cfg, appdata, boatdata):
|
||||
super().__init__(pageno, cfg, appdata, boatdata)
|
||||
self.disabled = self.app.navtex is None
|
||||
if self.disabled:
|
||||
return
|
||||
self.ids = self.app.navtex.get_ids()
|
||||
if len(self.ids) > 0:
|
||||
self.current = 1
|
||||
|
||||
Reference in New Issue
Block a user