remove sharing tab
This commit is contained in:
@@ -33,11 +33,6 @@ struct MainTabView: View {
|
|||||||
Label(String(localized: "content_view_tab_filter"), systemImage: "line.3.horizontal.decrease.circle")
|
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()
|
CustomizeView()
|
||||||
.tabItem {
|
.tabItem {
|
||||||
Label(String(localized: "content_view_tab_customize"), systemImage: "pencil")
|
Label(String(localized: "content_view_tab_customize"), systemImage: "pencil")
|
||||||
|
|||||||
Reference in New Issue
Block a user