This commit is contained in:
RickyRister 2024-12-08 16:52:30 -08:00
parent b92f22c80e
commit 5c7a79cf9b

View file

@ -245,7 +245,7 @@ SettingsCache::SettingsCache()
minPlayersForMultiColumnLayout = settings->value("interface/min_players_multicolumn", 4).toInt();
tapAnimation = settings->value("cards/tapanimation", true).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();
chatMentionCompleter = settings->value("chat/mentioncompleter", true).toBool();
chatMentionForeground = settings->value("chat/mentionforeground", true).toBool();