Remove unused property

This commit is contained in:
Balazs Perlaki-Horvath 2025-07-08 18:29:05 +02:00 committed by BPH
parent 64a863254b
commit 6af7f7d568

View File

@ -19,7 +19,6 @@ import SwiftUI
/// Hotspot multi ZIM files side panel
struct HotspotDetails: View {
let zimFiles: Set<ZimFile>
@State private var isPresentingUnlinkAlert: Bool = false
@State private var serverAddress: URL?
@State private var qrCodeImage: Image?
@ObservedObject private var hotspot = Hotspot.shared