mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Font size defaults (#2521)
This commit is contained in:
parent
a2a7561613
commit
b5b9527c13
3 changed files with 8 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue