wip
This commit is contained in:
parent
232fd26b04
commit
c02b0ce41f
|
@ -69,6 +69,7 @@ struct SettingsScreen: View {
|
|||
}
|
||||
}
|
||||
|
||||
if parent == .main {
|
||||
SharedListRow(
|
||||
iconType: .image(Image(systemName: "plus"), .Material.Elements.active),
|
||||
text: L10n.Settings.Section.Accounts.add,
|
||||
|
@ -83,6 +84,7 @@ struct SettingsScreen: View {
|
|||
addAccountSelector
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dev section
|
||||
#if DEBUG
|
||||
|
|
Loading…
Reference in a new issue