chore: release v0.26.1
This commit is contained in:
@@ -733,7 +733,11 @@ func placeQSOBox(profile ProfileInfo, zone pxRect, occupied []pxRect) QSOBox {
|
||||
Enabled: true, W: 760, H: 220,
|
||||
BG: "#ffffff", BGOpacity: 0.88, Radius: 12,
|
||||
Title: "Confirming QSO with {qso.callsign}",
|
||||
Fields: []string{"qso_date", "time_on", "band", "mode", "rst_sent"},
|
||||
// The frequency belongs on a card: "20m" says which band the QSL is for,
|
||||
// the megahertz say where the contact actually was — and a card is often
|
||||
// the only record the OTHER station keeps. Removable in the designer for
|
||||
// anyone who wants the band alone.
|
||||
Fields: []string{"qso_date", "time_on", "band", "freq", "mode", "rst_sent"},
|
||||
// PSE/TNX stamp (auto: TNX if a QSL was received, else PSE QSL) leads the
|
||||
// message. {qso.pse_tnx} is a normal token — it can be moved to its own
|
||||
// element anywhere on the card in the designer.
|
||||
|
||||
Reference in New Issue
Block a user