feat: Implemented audio effects

This commit is contained in:
Simeon Radivoev 2026-04-01 21:20:34 +03:00
parent fe0ab3b498
commit edbc390d14
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
125 changed files with 1137 additions and 217 deletions

View file

@ -171,7 +171,7 @@ function RouteComponent ()
{
if (focus)
{
focusSelf();
focusSelf({ instant: true });
}
}, [focus]);