fix: preserve custom backgrounds and home fallback layering
This commit is contained in:
@@ -66,6 +66,7 @@ export function BackgroundSettings({ initialLibraries }: BackgroundSettingsProps
|
||||
try {
|
||||
await updatePreferences({
|
||||
background: {
|
||||
...preferences.background,
|
||||
type: "gradient",
|
||||
gradient,
|
||||
},
|
||||
@@ -97,6 +98,7 @@ export function BackgroundSettings({ initialLibraries }: BackgroundSettingsProps
|
||||
try {
|
||||
await updatePreferences({
|
||||
background: {
|
||||
...preferences.background,
|
||||
type: "image",
|
||||
imageUrl: customImageUrl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user