mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
default to allowing duplicate invites for DEBUG
This commit is contained in:
parent
af4785c09f
commit
87e04ec667
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@
|
|||
<CheckBoxPreference android:key="@string/key_enable_dup_invite"
|
||||
android:title="@string/enable_dupes_title"
|
||||
android:summary="@string/enable_dupes_summary"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="@bool/DEBUG"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_enable_pending_count"
|
||||
|
|
Loading…
Reference in a new issue