mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
change default
This commit is contained in:
parent
72451e88fc
commit
a03afa0191
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ SettingsCache::SettingsCache()
|
|||
chatMentionColor = settings->value("chat/mentioncolor", "A6120D").toString();
|
||||
chatHighlightColor = settings->value("chat/highlightcolor", "A6120D").toString();
|
||||
|
||||
zoneViewGroupByIndex = settings->value("zoneview/groupby", 2).toInt();
|
||||
zoneViewGroupByIndex = settings->value("zoneview/groupby", 1).toInt();
|
||||
zoneViewSortByIndex = settings->value("zoneview/sortby", 1).toInt();
|
||||
zoneViewPileView = settings->value("zoneview/pileview", true).toBool();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue