nozaps: hide SupportDamus on appstore builds
This commit is contained in:
@@ -20,9 +20,11 @@ struct WalletView: View {
|
|||||||
|
|
||||||
func MainWalletView(nwc: WalletConnectURL) -> some View {
|
func MainWalletView(nwc: WalletConnectURL) -> some View {
|
||||||
VStack {
|
VStack {
|
||||||
SupportDamus
|
if !damus_state.settings.nozaps {
|
||||||
|
SupportDamus
|
||||||
Spacer()
|
|
||||||
|
Spacer()
|
||||||
|
}
|
||||||
|
|
||||||
Text(verbatim: nwc.relay.id)
|
Text(verbatim: nwc.relay.id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user