From cdbd59258b34b60001461bbdee0efe626828acb5 Mon Sep 17 00:00:00 2001 From: Trey t Date: Tue, 15 Mar 2022 13:56:47 -0500 Subject: [PATCH] remove sharing tab --- Shared/views/MainTabView.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Shared/views/MainTabView.swift b/Shared/views/MainTabView.swift index ed29372..e40cab0 100644 --- a/Shared/views/MainTabView.swift +++ b/Shared/views/MainTabView.swift @@ -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")