From 8aa94f5e0fbbc27fa40525f3687ee95674cb43c5 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 12 Oct 2022 22:15:51 -0700 Subject: [PATCH] Remove valid url bool --- Meshtastic/Views/Settings/SaveChannelQRCode.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Settings/SaveChannelQRCode.swift b/Meshtastic/Views/Settings/SaveChannelQRCode.swift index b3ecffc7..82b38bd6 100644 --- a/Meshtastic/Views/Settings/SaveChannelQRCode.swift +++ b/Meshtastic/Views/Settings/SaveChannelQRCode.swift @@ -8,7 +8,6 @@ import SwiftUI struct SaveChannelQRCode: View { var channelHash: String - var validUrl: Bool var body: some View { VStack {