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:
Peter Osterlund 2020-04-05 16:08:09 +02:00
parent 6d481732a0
commit 7100ec8a06

View File

@ -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"