Add SwiftUI account detail view

This commit is contained in:
Maurice Parker
2019-06-13 14:30:56 -05:00
parent 2c3adbb04e
commit 58459631e4
7 changed files with 197 additions and 85 deletions

View File

@@ -17,7 +17,7 @@ struct SettingsLocalAccountView : View {
NavigationView {
List {
Section(header:
SettingsAccountLabelView(accountImage: "accountLocal", accountLabel: "On My Device").padding()
SettingsAccountLabelView(accountImage: "accountLocal", accountLabel: Account.defaultLocalAccountName).padding()
) {
HStack {
Spacer()