Skip to content

Commit

Permalink
Enable all ponies (and dragon) by default. Users can disable them if …
Browse files Browse the repository at this point in the history
…they wish.
  • Loading branch information
Smithers888 committed Apr 16, 2015
1 parent 2da50e2 commit 9d74414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/xml/preferences.xml
Expand Up @@ -19,7 +19,7 @@
android:defaultValue="true" />
<CheckBoxPreference android:key="pref_spike"
android:title="Spike"
android:defaultValue="false" />
android:defaultValue="true" />
<CheckBoxPreference android:key="pref_ts"
android:title="Twilight Sparkle"
android:defaultValue="true" />
Expand All @@ -40,10 +40,10 @@
android:title="Princesses">
<CheckBoxPreference android:key="pref_celestia"
android:title="Princess Celestia"
android:defaultValue="false" />
android:defaultValue="true" />
<CheckBoxPreference android:key="pref_luna"
android:title="Princess Luna"
android:defaultValue="false" />
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory android:key="pref_other"
android:title="Other ponies">
Expand Down

0 comments on commit 9d74414

Please sign in to comment.