From 760e63214abf3311a850baf80eb89b2045445145 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 7 Jul 2024 13:35:08 +0300 Subject: [PATCH] fix windows --- ng-app/src/api.ts | 2 +- ng-app/src/lib/NoWallet.svelte | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ng-app/src/api.ts b/ng-app/src/api.ts index cd12c30..91732c0 100644 --- a/ng-app/src/api.ts +++ b/ng-app/src/api.ts @@ -73,7 +73,7 @@ const handler = { switch (tauri_platform) { case 'macos': client_type = "NativeMacOS";break; case 'linux': client_type = "NativeLinux";break; - case 'windows': client_type = "NativeWindows";break; + case 'windows': client_type = "NativeWin";break; case 'android': client_type = "NativeAndroid";break; case 'ios': client_type = "NativeIos";break; } diff --git a/ng-app/src/lib/NoWallet.svelte b/ng-app/src/lib/NoWallet.svelte index d819eae..05c6ec5 100644 --- a/ng-app/src/lib/NoWallet.svelte +++ b/ng-app/src/lib/NoWallet.svelte @@ -36,10 +36,10 @@