Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Sep 25, 2024
1 parent 7645f3d commit 3fa9aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/SettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3fa9aad

Please sign in to comment.