mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-13 15:03:41 +00:00
gh-14145: fix boosts size and case overrides not working on first time press (gh-14147)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user