Update Meshtastic/Views/ContentView.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Garth Vander Houwen 2025-07-14 20:40:10 -07:00 committed by GitHub
parent bf5454069e
commit 4ee9e719c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ struct ContentView: View {
}.sheet(
isPresented: $isShowingDeviceOnboardingFlow,
onDismiss: {
//UserDefaults.firstLaunch = false
UserDefaults.firstLaunch = false
}, content: {
DeviceOnboarding()
}