feat: adding deeplink for profile

This commit is contained in:
Chubby Granny Chaser 2025-02-16 19:13:12 +00:00
parent d1dc27aef6
commit e3a4f12140
No known key found for this signature in database
3 changed files with 16 additions and 13 deletions

View file

@ -85,6 +85,12 @@ const handleDeepLinkPath = (uri?: string) => {
if (url.host === "install-source") {
WindowManager.redirect(`settings${url.search}`);
return;
}
if (url.host === "profile") {
WindowManager.redirect(`profile${url.search}`);
return;
}
if (url.host === "install-theme") {