mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Set the default background blur to 50%
This commit is contained in:
parent
ca180ab9ea
commit
67af11fd85
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue