From 67af11fd85f872ab2589a1a9e352093026cc4e67 Mon Sep 17 00:00:00 2001 From: ssssobek Date: Sun, 10 Mar 2024 23:56:06 +0100 Subject: [PATCH] Set the default background blur to 50% --- src/stores/subtitles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/subtitles/index.ts b/src/stores/subtitles/index.ts index b1b535d1..31e59836 100644 --- a/src/stores/subtitles/index.ts +++ b/src/stores/subtitles/index.ts @@ -56,7 +56,7 @@ export const useSubtitleStore = create( color: "#ffffff", backgroundOpacity: 0.5, size: 1, - backgroundBlur: 0, + backgroundBlur: 0.5, }, resetSubtitleSpecificSettings() { set((s) => {