From 8561374a844d1ec60ae25f01e31e2c063055b740 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Fri, 10 Mar 2023 07:59:54 +0100 Subject: [PATCH] Account selector: remove double settings --- .../Sources/AppAccount/AppAccountsSelectorView.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift index 9d09da5e..9dfd8735 100644 --- a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift +++ b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift @@ -109,11 +109,6 @@ public struct AppAccountsSelectorView: View { Image(systemName: "xmark.circle") } } - if accountCreationEnabled { - ToolbarItem(placement: .navigationBarTrailing) { - settingsButton - } - } } } }