fix: Antenna Genius show only available antennas per band

This commit is contained in:
2026-07-09 15:52:04 +02:00
parent e487aa78f3
commit 5ae2bad549
5 changed files with 66 additions and 9 deletions
+1
View File
@@ -3760,6 +3760,7 @@ export default function App() {
status={agStatus}
onActivate={agActivate}
onClose={() => { setShowAntGenius(false); writeUiPref('opslog.showAntGenius', '0'); }}
band={band}
/>
</div>
)}