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(
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…
Cancel
Save