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:
OxygenCobalt 2022-06-11 16:31:23 -06:00
parent 47437c355d
commit 483d26d155
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 1 additions and 2 deletions

View file

@ -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]

View file

@ -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"