feat: add opacity and blur adjustment controls in BackgroundSettings for enhanced user customization
This commit is contained in:
@@ -29,7 +29,7 @@ export const defaultPreferences: UserPreferences = {
|
||||
},
|
||||
background: {
|
||||
type: "default",
|
||||
opacity: 100,
|
||||
opacity: 10,
|
||||
blur: 0,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user