Remove an unnecessary icon. (#1256)

This commit is contained in:
Paul Schuetz 2023-03-17 06:06:56 +01:00 committed by GitHub
parent 5ef39e7a09
commit fa090f5663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ struct TranslationSettingsView: View {
var body: some View { var body: some View {
Form { Form {
Toggle(isOn: preferences.$alwaysUseDeepl) { Toggle(isOn: preferences.$alwaysUseDeepl) {
Label("settings.translation.always-deepl", systemImage: "captions.bubble") Text("settings.translation.always-deepl")
} }
.listRowBackground(theme.primaryBackgroundColor) .listRowBackground(theme.primaryBackgroundColor)