remove sharing tab

This commit is contained in:
Trey t
2022-03-15 13:56:47 -05:00
parent d0ee8a716e
commit cdbd59258b

View File

@@ -33,11 +33,6 @@ struct MainTabView: View {
Label(String(localized: "content_view_tab_filter"), systemImage: "line.3.horizontal.decrease.circle")
}
SharingListView()
.tabItem {
Label(String(localized: "content_view_tab_share"), systemImage: "square.and.arrow.up")
}
CustomizeView()
.tabItem {
Label(String(localized: "content_view_tab_customize"), systemImage: "pencil")