Show server name in settings above logged in user

This commit is contained in:
Ethan Pippin 2021-07-21 23:32:44 -06:00
parent 1744b84459
commit 1e8b1f3301
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct SettingsView: View {
)
}
Section {
Section(header: Text(ServerEnvironment.current.server.name ?? "")) {
HStack {
Text("Signed in as \(username)").foregroundColor(.primary)
Spacer()