From 483d26d155bd7ef2c616aca5e95e2ea349e01a67 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Sat, 11 Jun 2022 16:31:23 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 1 + app/src/main/res/xml/prefs_main.xml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb55474d..4f2355bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/app/src/main/res/xml/prefs_main.xml b/app/src/main/res/xml/prefs_main.xml index 4f10ecd1c..522b23832 100644 --- a/app/src/main/res/xml/prefs_main.xml +++ b/app/src/main/res/xml/prefs_main.xml @@ -54,10 +54,8 @@ app:summary="@string/set_quality_covers_desc" app:title="@string/set_quality_covers" /> -