fix(profiles): the watchlist's Club Log enrichment follows a profile switch

The guard test said so: startWatchlistClubLog ran at startup only, so
switching profiles kept the previous profile's enrichment settings alive.
This commit is contained in:
2026-08-31 10:16:16 +02:00
parent 3cb8096141
commit 269701410f
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -16220,6 +16220,10 @@ func (a *App) reloadAfterProfileSwitch() {
a.restartAsync("tuner", a.startTunerGenius)
a.restartAsync("psu", a.startPSU)
a.startQSORecorderIfEnabled()
// The watchlist's Club Log enrichment (OQRS/QSO-count badges) reads
// per-profile settings too — rebuilt so a switch doesn't keep showing the
// previous profile's view of who is worth chasing.
a.startWatchlistClubLog()
}
// DuplicateProfile clones an existing profile under newName. Useful when