mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-25 06:22:06 +01:00
Remove an unnecessary icon. (#1256)
This commit is contained in:
parent
5ef39e7a09
commit
fa090f5663
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user