mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 13:51:02 +00:00
feat: adding hydra shop constant
This commit is contained in:
@@ -89,7 +89,12 @@ const handleDeepLinkPath = (uri?: string) => {
|
||||
}
|
||||
|
||||
if (url.host === "profile") {
|
||||
WindowManager.redirect(`profile${url.search}`);
|
||||
const userId = url.searchParams.get("userId");
|
||||
|
||||
if (userId) {
|
||||
WindowManager.redirect(`profile/${userId}`);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user