Skip to content

Commit

Permalink
change default nightmode value
Browse files Browse the repository at this point in the history
  • Loading branch information
onlymash committed Apr 16, 2018
1 parent 7a62252 commit 6ffc0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/main/res/xml/pref_global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:key="nightMode"
android:entries="@array/night_modes"
android:entryValues="@array/night_mode_values"
android:defaultValue="off"
android:defaultValue="system"
android:summary="%s"
android:title="@string/night_mode"/>
<PreferenceCategory
Expand Down

0 comments on commit 6ffc0d3

Please sign in to comment.