Account selector: remove double settings
This commit is contained in:
parent
fd8906ecd5
commit
8561374a84
|
@ -109,11 +109,6 @@ public struct AppAccountsSelectorView: View {
|
|||
Image(systemName: "xmark.circle")
|
||||
}
|
||||
}
|
||||
if accountCreationEnabled {
|
||||
ToolbarItem(placement: .navigationBarTrailing) {
|
||||
settingsButton
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue