mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show scroll view indicators
This commit is contained in:
parent
6a75793f57
commit
472534a1ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue