This commit is contained in:
fmodf 2024-10-18 19:37:49 +02:00
parent 232fd26b04
commit c02b0ce41f

View file

@ -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