default artistBackground to true

This commit is contained in:
jeffvli
2025-12-27 02:04:00 -08:00
parent e51bb05564
commit 804a670bf1
+1 -1
View File
@@ -848,7 +848,7 @@ const initialState: SettingsState = {
accent: 'rgb(53, 116, 252)',
albumBackground: false,
albumBackgroundBlur: 3,
artistBackground: false,
artistBackground: true,
artistBackgroundBlur: 3,
artistItems,
artistRadioCount: 20,