Add missed save/load for new frequency change option. (#818)

pull/825/head
Mooneer Salem 2025-01-19 16:04:05 -08:00 committed by GitHub
parent d0d734a6cc
commit d6577a1ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ void RigControlConfiguration::load(wxConfigBase* config)
{
load_(config, hamlibUseForPTT);
load_(config, hamlibEnableFreqModeChanges);
load_(config, hamlibEnableFreqChangesOnly);
load_(config, hamlibUseAnalogModes);
load_(config, hamlibIcomCIVAddress);
load_(config, hamlibRigName);
@ -94,6 +95,7 @@ void RigControlConfiguration::save(wxConfigBase* config)
{
save_(config, hamlibUseForPTT);
save_(config, hamlibEnableFreqModeChanges);
save_(config, hamlibEnableFreqChangesOnly);
save_(config, hamlibUseAnalogModes);
save_(config, hamlibIcomCIVAddress);
save_(config, hamlibRigName);