Browse Source

Merge c7061563cf into f3dd80f42b

pull/1146/merge
Vishnu Srivatsava 2 years ago committed by GitHub
parent
commit
9afef50352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/stores/subtitles/index.ts

4
src/stores/subtitles/index.ts

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

Loading…
Cancel
Save