mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-04 16:47: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",
|
color: "#ffffff",
|
||||||
backgroundOpacity: 0.5,
|
backgroundOpacity: 0.5,
|
||||||
size: 1,
|
size: 1,
|
||||||
backgroundBlur: 0,
|
backgroundBlur: 0.5,
|
||||||
},
|
},
|
||||||
resetSubtitleSpecificSettings() {
|
resetSubtitleSpecificSettings() {
|
||||||
set((s) => {
|
set((s) => {
|
||||||
|
|
Loading…
Reference in a new issue