From 6af7f7d5682938a277afe36d98fcc95032a9c55a Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 8 Jul 2025 18:29:05 +0200 Subject: [PATCH] Remove unused property --- Views/Hotspot/HotspotDetails.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Views/Hotspot/HotspotDetails.swift b/Views/Hotspot/HotspotDetails.swift index da72f386..ba3d4346 100644 --- a/Views/Hotspot/HotspotDetails.swift +++ b/Views/Hotspot/HotspotDetails.swift @@ -19,7 +19,6 @@ import SwiftUI /// Hotspot multi ZIM files side panel struct HotspotDetails: View { let zimFiles: Set - @State private var isPresentingUnlinkAlert: Bool = false @State private var serverAddress: URL? @State private var qrCodeImage: Image? @ObservedObject private var hotspot = Hotspot.shared