Merge master

This commit is contained in:
Pieter Vander Vennet 2022-12-08 03:02:17 +01:00
commit 24ed527ff7
65 changed files with 991 additions and 1472 deletions

View file

@ -685,7 +685,7 @@ export default class TagRenderingConfig {
if (this.condition !== undefined && !this.condition?.matchesProperties({})) {
condition = new Combine([
"This tagrendering is only visible in the popup if the following condition is met:",
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code")
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code"),
])
}