From 4ee9e719c397869ab96f6d4e3c9ed6ec82811610 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 14 Jul 2025 20:40:10 -0700 Subject: [PATCH] Update Meshtastic/Views/ContentView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Meshtastic/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/ContentView.swift b/Meshtastic/Views/ContentView.swift index 641cec94..05f227b5 100644 --- a/Meshtastic/Views/ContentView.swift +++ b/Meshtastic/Views/ContentView.swift @@ -60,7 +60,7 @@ struct ContentView: View { }.sheet( isPresented: $isShowingDeviceOnboardingFlow, onDismiss: { - //UserDefaults.firstLaunch = false + UserDefaults.firstLaunch = false }, content: { DeviceOnboarding() }