Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
64c15d1f
Commit
64c15d1f
authored
Oct 23, 2015
by
Brandon Griffin
Browse files
Changed the default setting to play cards to the stack
parent
613f7129
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/settingscache.cpp
View file @
64c15d1f
...
@@ -176,7 +176,7 @@ SettingsCache::SettingsCache()
...
@@ -176,7 +176,7 @@ SettingsCache::SettingsCache()
notificationsEnabled
=
settings
->
value
(
"interface/notificationsenabled"
,
true
).
toBool
();
notificationsEnabled
=
settings
->
value
(
"interface/notificationsenabled"
,
true
).
toBool
();
spectatorNotificationsEnabled
=
settings
->
value
(
"interface/specnotificationsenabled"
,
false
).
toBool
();
spectatorNotificationsEnabled
=
settings
->
value
(
"interface/specnotificationsenabled"
,
false
).
toBool
();
doubleClickToPlay
=
settings
->
value
(
"interface/doubleclicktoplay"
,
true
).
toBool
();
doubleClickToPlay
=
settings
->
value
(
"interface/doubleclicktoplay"
,
true
).
toBool
();
playToStack
=
settings
->
value
(
"interface/playtostack"
,
fals
e
).
toBool
();
playToStack
=
settings
->
value
(
"interface/playtostack"
,
tru
e
).
toBool
();
annotateTokens
=
settings
->
value
(
"interface/annotatetokens"
,
false
).
toBool
();
annotateTokens
=
settings
->
value
(
"interface/annotatetokens"
,
false
).
toBool
();
cardInfoMinimized
=
settings
->
value
(
"interface/cardinfominimized"
,
0
).
toInt
();
cardInfoMinimized
=
settings
->
value
(
"interface/cardinfominimized"
,
0
).
toInt
();
tabGameSplitterSizes
=
settings
->
value
(
"interface/tabgame_splittersizes"
).
toByteArray
();
tabGameSplitterSizes
=
settings
->
value
(
"interface/tabgame_splittersizes"
).
toByteArray
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment