mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 10:52:16 -07:00
fix typo
This commit is contained in:
parent
b92f22c80e
commit
5c7a79cf9b
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ SettingsCache::SettingsCache()
|
||||||
minPlayersForMultiColumnLayout = settings->value("interface/min_players_multicolumn", 4).toInt();
|
minPlayersForMultiColumnLayout = settings->value("interface/min_players_multicolumn", 4).toInt();
|
||||||
tapAnimation = settings->value("cards/tapanimation", true).toBool();
|
tapAnimation = settings->value("cards/tapanimation", true).toBool();
|
||||||
openDeckInNewTab = settings->value("editor/openDeckInNewTab", false).toBool();
|
openDeckInNewTab = settings->value("editor/openDeckInNewTab", false).toBool();
|
||||||
rewindBufferingMs = settings->value("replay/rewindBufferingMs", 200).toBool();
|
rewindBufferingMs = settings->value("replay/rewindBufferingMs", 200).toInt();
|
||||||
chatMention = settings->value("chat/mention", true).toBool();
|
chatMention = settings->value("chat/mention", true).toBool();
|
||||||
chatMentionCompleter = settings->value("chat/mentioncompleter", true).toBool();
|
chatMentionCompleter = settings->value("chat/mentioncompleter", true).toBool();
|
||||||
chatMentionForeground = settings->value("chat/mentionforeground", true).toBool();
|
chatMentionForeground = settings->value("chat/mentionforeground", true).toBool();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue