1
0
Fork 0
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:
ssssobek 2024-03-10 23:56:06 +01:00
parent ca180ab9ea
commit 67af11fd85

View file

@ -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) => {