Update BitchatApp.swift

Co-authored-by: asmo <asmogo@protonmail.com>
This commit is contained in:
jack
2025-09-11 16:42:04 +02:00
committed by GitHub
co-authored by asmo
parent 4894a0b04e
commit 10be302854
+1
View File
@@ -17,6 +17,7 @@ struct BitchatApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
// Skip the very first .active-triggered Tor restart on cold launch
@State private var didHandleInitialActive: Bool = false
@State private var didEnterBackground: Bool = false
#elseif os(macOS)
@NSApplicationDelegateAdaptor(MacAppDelegate.self) var appDelegate
#endif