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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user