Make "show avatar" in settings localizable
This commit is contained in:
committed by
Albert Astals Cid
parent
3a391aafe8
commit
5d4efad2f8
@@ -177,7 +177,7 @@ Kirigami.ScrollablePage {
|
|||||||
Kirigami.FormLayout {
|
Kirigami.FormLayout {
|
||||||
Layout.maximumWidth: parent.width
|
Layout.maximumWidth: parent.width
|
||||||
QQC2.CheckBox {
|
QQC2.CheckBox {
|
||||||
Kirigami.FormData.label: "Show Avatar:"
|
Kirigami.FormData.label: i18n("Show Avatar:")
|
||||||
text: i18n("In Chat")
|
text: i18n("In Chat")
|
||||||
checked: Config.showAvatarInTimeline
|
checked: Config.showAvatarInTimeline
|
||||||
onToggled: {
|
onToggled: {
|
||||||
|
|||||||
Reference in New Issue
Block a user