nozaps: hide SupportDamus on appstore builds

This commit is contained in:
William Casarin
2023-06-23 19:46:21 +02:00
parent 07d0818ee8
commit a89f90d7ee

View File

@@ -20,9 +20,11 @@ struct WalletView: View {
func MainWalletView(nwc: WalletConnectURL) -> some View {
VStack {
SupportDamus
Spacer()
if !damus_state.settings.nozaps {
SupportDamus
Spacer()
}
Text(verbatim: nwc.relay.id)