fix home tab - Closes #164
This commit is contained in:
parent
4050907988
commit
265358e0b0
|
@ -46,7 +46,7 @@ struct MainTabView: View {
|
|||
Image(systemName: "house")
|
||||
|
||||
}
|
||||
.tag(Tab.allMedia)
|
||||
.tag(Tab.home)
|
||||
|
||||
Text("Library")
|
||||
.tabItem {
|
||||
|
|
Loading…
Reference in New Issue