add steps info to performance selection radio buttons

This commit is contained in:
Manuel Schmid
2023-11-22 22:17:24 +01:00
parent 0e7c42f6e8
commit 87fc830981
3 changed files with 10 additions and 3 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, '>');