Sync branch 'mashb1t_main' with develop_upstream

This commit is contained in:
Manuel Schmid
2024-07-14 20:28:38 +02:00
40 changed files with 2815 additions and 904 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ function on_style_selection_blur() {
}
onUiLoaded(async () => {
let spans = document.querySelectorAll('.aspect_ratios span');
let spans = document.querySelectorAll('.aspect_ratios span, .performance_selections span');
spans.forEach(function (span) {
span.innerHTML = span.innerHTML.replace(/&lt;/g, '<').replace(/&gt;/g, '>');