settings: enable default round mode in settings
This commit is contained in:
parent
b6af921238
commit
c609e1d63a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
app:title="@string/set_black_mode" />
|
app:title="@string/set_black_mode" />
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:defaultValue="false"
|
app:defaultValue="true"
|
||||||
app:key="@string/set_key_round_mode"
|
app:key="@string/set_key_round_mode"
|
||||||
app:summary="@string/set_round_mode_desc"
|
app:summary="@string/set_round_mode_desc"
|
||||||
app:title="@string/set_round_mode" />
|
app:title="@string/set_round_mode" />
|
||||||
|
|
Loading…
Reference in a new issue