rename font_item to style
This commit is contained in:
parent
8e261ace29
commit
5e76d86460
7 changed files with 173 additions and 151 deletions
|
@ -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_FONT = "font";
|
||||
const std::string AppConfig::SECTION_EMBOSS_STYLE = "font";
|
||||
|
||||
void AppConfig::reset()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue