fix: preserve custom backgrounds and home fallback layering

This commit is contained in:
2026-02-28 22:05:07 +01:00
parent 0cb51ce99d
commit dc9f90f78f
4 changed files with 31 additions and 10 deletions

View File

@@ -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,
},