feat: add opacity and blur adjustment controls in BackgroundSettings for enhanced user customization

This commit is contained in:
Julien Froidefond
2025-10-18 22:03:37 +02:00
parent 9024a78938
commit 8b4e117ead
3 changed files with 83 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ export const defaultPreferences: UserPreferences = {
},
background: {
type: "default",
opacity: 100,
opacity: 10,
blur: 0,
},
};