fix(settings): added bezier curve to animations

This commit is contained in:
trashtemp
2022-01-21 09:06:55 +01:00
parent 622f2b2bca
commit 4d769f42e1
3 changed files with 37 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ export function GenericSettings({
setTimeout(() => {
history.replace(state.layout.getLastPath());
}, 100);
}, 200);
}, [history]);
useEffect(() => {