From 472534a1baf6e29a82992eef477a445ebe32603e Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Jul 2025 23:33:18 -0700 Subject: [PATCH] Show scroll view indicators --- Meshtastic/Views/Onboarding/DeviceOnboarding.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Meshtastic/Views/Onboarding/DeviceOnboarding.swift b/Meshtastic/Views/Onboarding/DeviceOnboarding.swift index 2dce2ce2..e9ce4593 100644 --- a/Meshtastic/Views/Onboarding/DeviceOnboarding.swift +++ b/Meshtastic/Views/Onboarding/DeviceOnboarding.swift @@ -32,7 +32,7 @@ struct DeviceOnboarding: View { var welcomeView: some View { VStack { - ScrollView(.vertical, showsIndicators: false) { + ScrollView(.vertical) { VStack { // Title title @@ -78,7 +78,7 @@ struct DeviceOnboarding: View { } var notificationView: some View { - ScrollView(.vertical, showsIndicators: false) { + ScrollView(.vertical) { VStack { VStack { Text("App Notifications") @@ -136,7 +136,7 @@ struct DeviceOnboarding: View { } var locationView: some View { - ScrollView(.vertical, showsIndicators: false) { + ScrollView(.vertical) { VStack { VStack { Text("Phone Location")