Font size defaults (#2521)

This commit is contained in:
Zach H 2017-03-19 20:20:06 -04:00 committed by GitHub
parent a2a7561613
commit b5b9527c13
3 changed files with 8 additions and 4 deletions

View file

@ -233,6 +233,8 @@ SettingsCache::SettingsCache()
soundEnabled = settings->value("sound/enabled", false).toBool();
soundThemeName = settings->value("sound/theme").toString();
maxFontSize = settings->value("game/maxfontsize", DEFAULT_FONT_SIZE).toInt();
priceTagFeature = settings->value("deckeditor/pricetags", false).toBool();
priceTagSource = settings->value("deckeditor/pricetagsource", 0).toInt();