Browse Source

Upload files to "src/frontend_common"

pull/3623/head
John 1 week ago
committed by crueter
parent
commit
571506ac40
  1. 4
      src/frontend_common/config.cpp

4
src/frontend_common/config.cpp

@ -426,8 +426,8 @@ void Config::ReadValues() {
ReadServiceValues();
ReadWebServiceValues();
ReadMiscellaneousValues();
ReadLibraryAppletValues();
}
ReadLibraryAppletValues();
ReadNetworkValues();
ReadControlValues();
ReadCoreValues();
@ -524,10 +524,10 @@ void Config::SaveValues() {
SaveDisabledAddOnValues();
SaveWebServiceValues();
SaveMiscellaneousValues();
SaveLibraryAppletValues();
} else {
LOG_DEBUG(Config, "Saving only generic configuration values");
}
SaveLibraryAppletValues();
SaveNetworkValues();
SaveControlValues();
SaveCoreValues();

Loading…
Cancel
Save