Don't load full right away

This commit is contained in:
Jack Kingsman
2026-03-10 14:39:40 -07:00
parent 97997e23e8
commit 738e0b9815
9 changed files with 166 additions and 24 deletions
@@ -575,7 +575,8 @@ export function SettingsRadioSection({
onChange={(e) => setMaxRadioContacts(e.target.value)}
/>
<p className="text-xs text-muted-foreground">
Favorite contacts stay loaded on the radio for DM ACK support up to this limit (1-1000)
Configured radio contact capacity. Favorites reload first, then background maintenance
refills to about 80% of this value and offloads once occupancy reaches about 95%.
</p>
</div>