This commit is contained in:
2026-06-13 19:14:24 +02:00
parent 0b3e22c97e
commit 81e505e040
19 changed files with 194 additions and 56 deletions
+1 -1
View File
@@ -3201,7 +3201,7 @@ export default function App() {
)}
<AutoEQSL
onSent={(call) => showToast(`eQSL sent to ${call}`)}
onSent={(call) => showToast(`OpsLog QSL sent to ${call}`)}
onError={(msg) => showToast(msg)}
/>
<QslDesignerModal open={qslDesignerOpen} onClose={() => setQslDesignerOpen(false)} />