Skip to content

Commit 6c73e07

Browse files
committedAug 18, 2019
Change one touch mode change default from enabled to disabled
1 parent 873d009 commit 6c73e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scidOnTheGo/src/main/res/xml/preferences.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
android:key="oneTouchModeChange"
7171
android:title="@string/pref_oneTouchModeChange_title"
7272
android:summary="@string/pref_oneTouchModeChange_summary"
73-
android:defaultValue="1" />
73+
android:defaultValue="0" />
7474
<EditTextPreference
7575
android:key="humanThinkingAlarmInterval"
7676
android:inputType="number"

0 commit comments

Comments
 (0)
Failed to load comments.