Account selector: remove double settings

This commit is contained in:
Thomas Ricouard 2023-03-10 07:59:54 +01:00
parent fd8906ecd5
commit 8561374a84

View file

@ -109,11 +109,6 @@ public struct AppAccountsSelectorView: View {
Image(systemName: "xmark.circle") Image(systemName: "xmark.circle")
} }
} }
if accountCreationEnabled {
ToolbarItem(placement: .navigationBarTrailing) {
settingsButton
}
}
} }
} }
} }