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}