mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Disable "showThinking" setting by default
It does not make much sense to see the computer's thinking output when playing a game. Information is still visible when analyzing though.
This commit is contained in:
parent
6d481732a0
commit
7100ec8a06
|
@ -57,7 +57,7 @@
|
|||
android:key="showThinking"
|
||||
android:title="@string/prefs_showThinking_title"
|
||||
android:summary="@string/prefs_showThinking_summary"
|
||||
android:defaultValue="true">
|
||||
android:defaultValue="false">
|
||||
</CheckBoxPreference>
|
||||
<CheckBoxPreference
|
||||
android:key="whiteBasedScores"
|
||||
|
|
Loading…
Reference in New Issue
Block a user