From adc8b1d07a00612bb134422dcaf22cf0c2d5c271 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 25 May 2022 23:07:05 -0600 Subject: [PATCH] Improve "Apple bad" dialog --- www/assets/js/crypto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/js/crypto.js b/www/assets/js/crypto.js index ec8a663..c24de2c 100644 --- a/www/assets/js/crypto.js +++ b/www/assets/js/crypto.js @@ -495,6 +495,7 @@ $("#app").on("click", "#sendCryptoOpenPopupBtn", function () { app.dialog.create({ title: "Switch to Web Version", text: "Apple doesn't allow this feature on the App Store. Tap Continue to launch the web version of this app instead, which is allowed to send crypto. We're sorry for the inconvenience.", + verticalButtons: true, buttons: [ { text: "Continue",