From af3fdb58ffddc0250c024b2247fe0019056951f5 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Sun, 18 May 2025 20:06:46 +0200 Subject: [PATCH] fix: Add custom endpoint to reset function --- settings/GeneralSettings.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settings/GeneralSettings.cpp b/settings/GeneralSettings.cpp index 14303b5..44bd35a 100644 --- a/settings/GeneralSettings.cpp +++ b/settings/GeneralSettings.cpp @@ -491,6 +491,12 @@ void GeneralSettings::resetPageToDefaults() resetAspect(ccPreset1Model); resetAspect(ccPreset1Template); resetAspect(ccPreset1Url); + resetAspect(ccEndpointMode); + resetAspect(ccCustomEndpoint); + resetAspect(ccPreset1EndpointMode); + resetAspect(ccPreset1CustomEndpoint); + resetAspect(caEndpointMode); + resetAspect(caCustomEndpoint); writeSettings(); } }