Style: better styling of translate buttons, hide translate buttons where not applicable

This commit is contained in:
Pieter Vander Vennet 2023-05-30 23:45:30 +02:00
parent f0f0292d0c
commit 08a604c3f5
10 changed files with 22 additions and 16 deletions

View file

@ -388,7 +388,7 @@ export default class LayerConfig extends WithContextLoader {
readOnlyMode: true,
})
this.title = this.tr("title", undefined)
this.title = this.tr("title", undefined, translationContext)
this.isShown = TagUtils.TagD(json.isShown, context + ".isShown")
this.deletion = null