Merge branch 'main' into update-project-names
This commit is contained in:
commit
d832b2b8c4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue