Mercurial > public > lazybear
comparison LazyBear/ContentView.swift @ 408:f9611c94d636
Fixes #45
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 06 Jun 2021 17:39:22 +0200 |
parents | a0cf8fe47044 |
children | 4effac4733b0 |
comparison
equal
deleted
inserted
replaced
407:c804ce7a1560 | 408:f9611c94d636 |
---|---|
33 .tabItem { | 33 .tabItem { |
34 Image(systemName: "person") | 34 Image(systemName: "person") |
35 Text("Profile") | 35 Text("Profile") |
36 } | 36 } |
37 .tag(3) | 37 .tag(3) |
38 // Text("The Last Tab") | |
39 // .tabItem { | |
40 // Image(systemName: "4.square.fill") | |
41 // Text("Forth") | |
42 // } | |
43 } | 38 } |
44 .onAppear { | 39 .onAppear { |
45 // isAppAlreadyLaunchedOnce() | 40 // isAppAlreadyLaunchedOnce() |
46 createDefaultWatchlist() | 41 createDefaultWatchlist() |
47 } | 42 } |