From 3dfc20087b1f2a5454d7773803110e4046b8ade2 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sat, 19 Aug 2023 00:59:45 +0300 Subject: [PATCH] debug open_window --- ng-app/src-tauri/src/lib.rs | 2 +- ng-app/src/routes/WalletCreate.svelte | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ng-app/src-tauri/src/lib.rs b/ng-app/src-tauri/src/lib.rs index bb9b160..0abca53 100644 --- a/ng-app/src-tauri/src/lib.rs +++ b/ng-app/src-tauri/src/lib.rs @@ -215,7 +215,7 @@ async fn open_window( ) -> Result<(), ()> { log_debug!("open window url {:?}", url); let already_exists = app.get_window(&label); - #[cfg(desktop)] + //#[cfg(desktop)] if already_exists.is_some() { let _ = already_exists.unwrap().close(); std::thread::sleep(std::time::Duration::from_secs(1)); diff --git a/ng-app/src/routes/WalletCreate.svelte b/ng-app/src/routes/WalletCreate.svelte index 874be49..265da00 100644 --- a/ng-app/src/routes/WalletCreate.svelte +++ b/ng-app/src/routes/WalletCreate.svelte @@ -281,6 +281,7 @@ }); const select_bsp = async (bsp_url, bsp_name) => { + console.log("tauri_platform",tauri_platform); if (!tauri_platform || tauri_platform == "android") { let redirect_url; if (tauri_platform) {