fix: /AM not recognizing the country now showing

This commit is contained in:
2026-06-16 20:05:03 +02:00
parent 75ee5344a4
commit e5c6bddb29
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ import (
"hamlog/internal/applog"
)
// Anonymous usage telemetry — a once-a-day "app_opened" heartbeat to PostHog so
// Anonymous usage telemetry - a once-a-day "app_opened" heartbeat to PostHog so
// the OpsLog author can see how many people actively use it. Privacy by design:
// only a random install ID + app version + OS are sent (no callsign, no QSO
// data, no IP beyond what any HTTP request reveals). Users can disable it in
// Preferences → General. See [[user-analytics-posthog]] notes in MEMORY.
// Preferences -> General. See [[user-analytics-posthog]] notes in MEMORY.
const (
// appVersion is stamped on every heartbeat (and could feed the About box).