Skip to content

Commit

Permalink
Add missed save/load for new frequency change option. (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw authored Jan 20, 2025
1 parent d0d734a commit d6577a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/RigControlConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit d6577a1

Please sign in to comment.