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