mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 07:51:48 +01:00
Set the default background blur to 50%
This commit is contained in:
parent
ca180ab9ea
commit
67af11fd85
@ -56,7 +56,7 @@ export const useSubtitleStore = create(
|
||||
color: "#ffffff",
|
||||
backgroundOpacity: 0.5,
|
||||
size: 1,
|
||||
backgroundBlur: 0,
|
||||
backgroundBlur: 0.5,
|
||||
},
|
||||
resetSubtitleSpecificSettings() {
|
||||
set((s) => {
|
||||
|
Loading…
Reference in New Issue
Block a user