feat: add opacity and blur controls for background settings, enhancing customization options in the UI
This commit is contained in:
@@ -66,7 +66,7 @@ model Preferences {
|
||||
cacheMode String @default("memory") // "memory" | "file"
|
||||
showOnlyUnread Boolean @default(false)
|
||||
displayMode Json @default("{\"compact\": false, \"itemsPerPage\": 20}")
|
||||
background Json @default("{\"type\": \"default\"}")
|
||||
background Json @default("{\"type\": \"default\", \"opacity\": 100, \"blur\": 0}")
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user