Created onboardingview

Added onboardingview to the app. First use only
This commit is contained in:
AndromedaHelix 2023-05-25 23:07:08 -06:00 committed by Conrad Kramer
parent 534e615919
commit 30886771c5
9 changed files with 114 additions and 24 deletions

View file

@ -12,7 +12,6 @@ struct MenuView: View {
@ObservedObject var tunnel: Tunnel
private func start() {
do {
try tunnel.start()
} catch {