From 571506ac4007d6a8a7f6f4a62da436bfe710b1bf Mon Sep 17 00:00:00 2001 From: John Date: Tue, 24 Feb 2026 18:17:10 +0100 Subject: [PATCH] Upload files to "src/frontend_common" --- src/frontend_common/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp index 0e304a87d6..1648a0e538 100644 --- a/src/frontend_common/config.cpp +++ b/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();