From 7100ec8a0674687291057718a245041ed43c79bf Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 5 Apr 2020 16:08:09 +0200 Subject: [PATCH] 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. --- DroidFishApp/src/main/res/xml/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DroidFishApp/src/main/res/xml/preferences.xml b/DroidFishApp/src/main/res/xml/preferences.xml index 8c0702f..76d0e81 100644 --- a/DroidFishApp/src/main/res/xml/preferences.xml +++ b/DroidFishApp/src/main/res/xml/preferences.xml @@ -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">