Merge pull request #115 from LePips/server-name-in-settings

QOL - Show server name in settings above logged in user
This commit is contained in:
aiden 3 2021-07-22 10:21:43 -04:00 committed by GitHub
commit 500c57f1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()