mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding deeplink for profile
This commit is contained in:
parent
d1dc27aef6
commit
e3a4f12140
3 changed files with 16 additions and 13 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue