new dist.tar for ngaccount

Niko PLP 1 year ago
parent 3dcb7a56e6
commit f150ba0f17
  1. BIN
      ng-app/dist-file.tar.gz
  2. 2
      ng-app/src-tauri/src/lib.rs
  3. 1
      ng-app/src/routes/WalletCreate.svelte
  4. BIN
      ngaccount/web/dist.tar.gz

Binary file not shown.

@ -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));

@ -281,7 +281,6 @@
});
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) {

Binary file not shown.
Loading…
Cancel
Save