commit 8fbc9dc773911278978fe9ce387f62327da9a3c7
parent 90c68fedfcbe3219cfcd61a57660796f67d4991f
Author: William Casarin <jb55@jb55.com>
Date: Sat, 13 Apr 2024 17:49:47 -0700
nwc: disable mutinywallet button for now
async nwc with mutiny is wayyy too complicated for the average user.
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/damus/Views/Wallet/ConnectWalletView.swift b/damus/Views/Wallet/ConnectWalletView.swift
@@ -96,9 +96,16 @@ struct ConnectWalletView: View {
openURL(URL(string:"https://nwc.getalby.com/apps/new?c=Damus")!)
}
+ //
+ // Mutiny Wallet NWC is way too advanced to recommend for normal
+ // users until they have a way to do async receive.
+ //
+
+ /*
MutinyButton() {
openURL(URL(string:"https://app.mutinywallet.com/settings/connections?callbackUri=nostr%2bwalletconnect&name=Damus")!)
}
+ */
Button(action: {
if let pasted_nwc = UIPasteboard.general.string {