mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Remove an unnecessary icon. (#1256)
This commit is contained in:
parent
5ef39e7a09
commit
fa090f5663
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct TranslationSettingsView: View {
|
|||
var body: some View {
|
||||
Form {
|
||||
Toggle(isOn: preferences.$alwaysUseDeepl) {
|
||||
Label("settings.translation.always-deepl", systemImage: "captions.bubble")
|
||||
Text("settings.translation.always-deepl")
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
|
||||
|
|
Loading…
Reference in a new issue