mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-27 10:50:28 -04:00
fix: Add custom endpoint to reset function
This commit is contained in:
parent
637a4d9d4c
commit
af3fdb58ff
@ -491,6 +491,12 @@ void GeneralSettings::resetPageToDefaults()
|
|||||||
resetAspect(ccPreset1Model);
|
resetAspect(ccPreset1Model);
|
||||||
resetAspect(ccPreset1Template);
|
resetAspect(ccPreset1Template);
|
||||||
resetAspect(ccPreset1Url);
|
resetAspect(ccPreset1Url);
|
||||||
|
resetAspect(ccEndpointMode);
|
||||||
|
resetAspect(ccCustomEndpoint);
|
||||||
|
resetAspect(ccPreset1EndpointMode);
|
||||||
|
resetAspect(ccPreset1CustomEndpoint);
|
||||||
|
resetAspect(caEndpointMode);
|
||||||
|
resetAspect(caCustomEndpoint);
|
||||||
writeSettings();
|
writeSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user