Merge branch 'main' into update-project-names

This commit is contained in:
Ethan Pippin 2022-01-07 11:10:20 -07:00
commit d832b2b8c4
1 changed files with 10 additions and 6 deletions

View File

@ -35,13 +35,17 @@ struct SettingsView: View {
Form {
Section(header: EmptyView()) {
HStack {
Text("User")
Spacer()
Text(viewModel.user.username)
.foregroundColor(.jellyfinPurple)
Button {
} label: {
HStack {
Text("User")
Spacer()
Text(viewModel.user.username)
.foregroundColor(.jellyfinPurple)
}
}
.focusable()
Button {
settingsRouter.route(to: \.serverDetail)