Delete history, allow retry

This commit is contained in:
Christoph Hagen
2023-08-14 10:39:29 +02:00
parent 95ece1ddcc
commit 7a443d51b3
26 changed files with 440 additions and 220 deletions

View File

@ -20,6 +20,7 @@ struct SettingsTextItemLink: View {
SettingsListTextItem(title: title, value: value)
}
.buttonStyle(PlainButtonStyle())
.padding(0)
}
}