mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
default artistBackground to true
This commit is contained in:
@@ -848,7 +848,7 @@ const initialState: SettingsState = {
|
|||||||
accent: 'rgb(53, 116, 252)',
|
accent: 'rgb(53, 116, 252)',
|
||||||
albumBackground: false,
|
albumBackground: false,
|
||||||
albumBackgroundBlur: 3,
|
albumBackgroundBlur: 3,
|
||||||
artistBackground: false,
|
artistBackground: true,
|
||||||
artistBackgroundBlur: 3,
|
artistBackgroundBlur: 3,
|
||||||
artistItems,
|
artistItems,
|
||||||
artistRadioCount: 20,
|
artistRadioCount: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user