From 1296dfe273b48177390163792488a9c7a10e663e Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sat, 9 Sep 2023 18:08:26 +0300 Subject: [PATCH] disable buttons that are not implemented yet --- ng-app/src/routes/WalletCreate.svelte | 20 +++++++++++--------- ng-app/src/routes/WalletLogin.svelte | 19 +++++++++++-------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/ng-app/src/routes/WalletCreate.svelte b/ng-app/src/routes/WalletCreate.svelte index 052bfe8..80b528d 100644 --- a/ng-app/src/routes/WalletCreate.svelte +++ b/ng-app/src/routes/WalletCreate.svelte @@ -197,8 +197,8 @@ options = { trusted: true, cloud: false, - bootstrap: true, - pdf: true, + bootstrap: false, + pdf: false, }; console.log("saved"); await tick(); @@ -963,7 +963,9 @@ {/if}
- +
- {#if mobile} + {#if false && mobile}
- - +