prefs: make black theme default to off
The black theme's defaultValue attribute was set to true accidentally. Fix that.
This commit is contained in:
parent
cf67612042
commit
9d04799345
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
app:title="@string/setting_accent" />
|
app:title="@string/setting_accent" />
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:defaultValue="true"
|
app:defaultValue="false"
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:key="KEY_BLACK_THEME"
|
app:key="KEY_BLACK_THEME"
|
||||||
app:title="@string/setting_black_mode"
|
app:title="@string/setting_black_mode"
|
||||||
|
|
Loading…
Reference in a new issue