Account selector: remove double settings

This commit is contained in:
Thomas Ricouard 2023-03-10 07:59:54 +01:00
parent fd8906ecd5
commit 8561374a84
1 changed files with 0 additions and 5 deletions

View File

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