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 1a26651..ea4b058 100644 --- a/ng-app/src/lib/NoWallet.svelte +++ b/ng-app/src/lib/NoWallet.svelte @@ -36,10 +36,10 @@