From 3fa9aad3ff89b479d81a070dd42da96716d07df5 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Wed, 25 Sep 2024 17:07:22 +0200 Subject: [PATCH] fix --- src/contexts/SettingsContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/SettingsContext.tsx b/src/contexts/SettingsContext.tsx index a26680fd..f57da430 100644 --- a/src/contexts/SettingsContext.tsx +++ b/src/contexts/SettingsContext.tsx @@ -631,7 +631,7 @@ export const SettingsProvider = (props: { children: ContextChildren }) => { theme && setThemeByName(theme, true); - setAnimation(animated); + setAnimation(animated, true); // If new setting is missing, merge with the old setting if (zapDefault) {