fixed problem with profile inactivation after adding via deeplink on windows

This commit is contained in:
coolcoala
2025-07-21 02:46:41 +03:00
parent 50beb913de
commit a32c973ab8
3 changed files with 7 additions and 20 deletions

View File

@@ -565,7 +565,7 @@ pub async fn resolve_scheme(param: String) -> Result<()> {
Some(url) => {
log::info!(target:"app", "decoded subscription url: {url}");
create_window(false);
create_window(true);
match PrfItem::from_url(url.as_ref(), name, None, None).await {
Ok(item) => {
let uid = item.uid.clone().unwrap();