gh-14145: fix boosts size and case overrides not working on first time press (gh-14147)

This commit is contained in:
Ashvin Jangid
2026-06-12 17:20:10 +05:30
committed by mr. m
parent f5b610e7e9
commit 47cd7e4aa0

View File

@@ -630,6 +630,7 @@ ${cssSelector} {
this.currentBoostData.textCaseOverride = "uppercase";
}
this.currentBoostData.changeWasMade = true;
this.updateCaseButtonVisuals();
this.updateCurrentBoost();
}
@@ -651,6 +652,7 @@ ${cssSelector} {
await this.zenBoostsChild.sendQuery("ZenBoost:DisableSizeOverride");
}
this.currentBoostData.changeWasMade = true;
this.updateSizeButtonVisuals();
this.updateCurrentBoost();
}