Browse Source

Set the default background blur to 50%

pull/993/head
ssssobek 1 year ago
parent
commit
67af11fd85
  1. 2
      src/stores/subtitles/index.ts

2
src/stores/subtitles/index.ts

@ -56,7 +56,7 @@ export const useSubtitleStore = create( @@ -56,7 +56,7 @@ export const useSubtitleStore = create(
color: "#ffffff",
backgroundOpacity: 0.5,
size: 1,
backgroundBlur: 0,
backgroundBlur: 0.5,
},
resetSubtitleSpecificSettings() {
set((s) => {

Loading…
Cancel
Save