Change appConfig store / load

This commit is contained in:
Filip Sykala 2021-10-21 19:42:13 +02:00
parent 5e9ed16f90
commit 62d8c80158
7 changed files with 107 additions and 361 deletions

View file

@ -39,7 +39,7 @@ static const std::string VERSION_CHECK_URL = "https://files.prusa3d.com/wp-conte
const std::string AppConfig::SECTION_FILAMENTS = "filaments";
const std::string AppConfig::SECTION_MATERIALS = "sla_materials";
const std::string AppConfig::SECTION_EMBOSS = "emboss";
const std::string AppConfig::SECTION_FONT = "font";
void AppConfig::reset()
{