Support Hamsat alerts and use an AMSAT SIG for satellite spots

This commit is contained in:
Ian Renton
2026-09-11 08:18:34 +01:00
parent 64bb8ef3eb
commit a4245ed5ce
14 changed files with 84 additions and 15 deletions
+2
View File
@@ -158,6 +158,8 @@ class Alert:
self.icon = "fa-globe-africa"
elif self.alert_type == AlertType.CONTEST:
self.icon = "fa-trophy"
elif self.alert_type == AlertType.CONTEST:
self.icon = "fa-satellite"
elif self.sig_refs and len(self.sig_refs) > 0 and self.sig_refs[0].icon:
self.icon = self.sig_refs[0].icon