Various improvements

This commit is contained in:
Ilya Laktyushin
2024-11-11 23:37:33 +04:00
parent 83364952d0
commit 8180c08855
5 changed files with 21 additions and 12 deletions

View File

@@ -782,6 +782,8 @@ func openExternalUrlImpl(context: AccountContext, urlContext: OpenURLContext, ur
startChannel = ""
} else if queryItem.name == "profile" {
profile = true
} else if queryItem.name == "startapp" {
startApp = ""
}
}
}