fix: live test stats not aligned in tape mode

closes #6183
This commit is contained in:
Miodec 2025-01-15 13:13:20 +01:00
parent 64cc59116c
commit 18a5922b25

View file

@ -190,7 +190,7 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => {
updateLiveStatsMargin();
}
if (eventKey === "tapeMargin" && !nosave) {
if (eventKey === "tapeMargin") {
updateLiveStatsMargin();
}