This commit is contained in:
Hachi-R 2025-02-16 16:10:14 -03:00
parent 569c80cbf4
commit 4cfecf8493
3 changed files with 13 additions and 10 deletions

View file

@ -92,7 +92,9 @@ const handleDeepLinkPath = (uri?: string) => {
const authorCode = url.searchParams.get("author");
if (themeName && authorCode) {
WindowManager.redirect(`settings?theme=${themeName}&author=${authorCode}`);
WindowManager.redirect(
`settings?theme=${themeName}&author=${authorCode}`
);
}
}
} catch (error) {