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",
backgroundOpacity: 0.5,
size: 1,
backgroundBlur: 0,
backgroundBlur: 0.5,
},
resetSubtitleSpecificSettings() {
set((s) => {