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 - } - } } } }