From 74589539c345d6035633dd7ad0ce6d25954e1923 Mon Sep 17 00:00:00 2001 From: jack <212554440+jackjackbits@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:31:28 +0200 Subject: [PATCH] Update bitchat/BitchatApp.swift Co-authored-by: asmo --- bitchat/BitchatApp.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/bitchat/BitchatApp.swift b/bitchat/BitchatApp.swift index da4f07e7..560b0d65 100644 --- a/bitchat/BitchatApp.swift +++ b/bitchat/BitchatApp.swift @@ -18,6 +18,7 @@ struct BitchatApp: App { // Skip the very first .active-triggered Tor restart on cold launch @State private var didHandleInitialActive: Bool = false @State private var didEnterBackground: Bool = false + @State private var didEnterBackground: Bool = false #elseif os(macOS) @NSApplicationDelegateAdaptor(MacAppDelegate.self) var appDelegate #endif