settings: make rounded covers independent
Make it so that the rounded covers option is not dependent on the show covers option. Rounded covers has no relation to whether to show covers (at least not anymore with the new cover style), so it makes no sense to disable it when show covers is turned off. Resolves #152.
This commit is contained in:
parent
47437c355d
commit
483d26d155
2 changed files with 1 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
- The toolbar in the home UI now collapses when scrolling
|
||||
- The toolbar layout is now consistent with Material Design 3
|
||||
- Genre parsing now handles multiple integer values and cover/remix indicators (May wipe playback state)
|
||||
- "Rounded album covers" option is no longer dependent on "Show album covers" option
|
||||
|
||||
#### What's Fixed
|
||||
- Playback bar now picks the larger inset in case that gesture inset is missing [#149]
|
||||
|
|
|
@ -54,10 +54,8 @@
|
|||
app:summary="@string/set_quality_covers_desc"
|
||||
app:title="@string/set_quality_covers" />
|
||||
|
||||
<!-- FIXME: Should not be dependent on cover option -->
|
||||
<org.oxycblt.auxio.settings.pref.M3SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:dependency="KEY_SHOW_COVERS"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="auxio_round_covers"
|
||||
app:summary="@string/set_round_covers_desc"
|
||||
|
|
Loading…
Reference in a new issue