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