8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0566ec commit 26f99c6Copy full SHA for 26f99c6
arduino-ide-extension/src/browser/contributions/interface-scale.ts
@@ -159,10 +159,9 @@ export class InterfaceScale extends Contribution {
159
newFontScalingEnabled[key] !== this.fontScalingEnabled[key]
160
);
161
if (isChanged) {
162
- this.registerMenus(this.menuRegistry);
163
this.fontScalingEnabled = newFontScalingEnabled;
+ this.registerMenus(this.menuRegistry);
164
}
165
- this.fontScalingEnabled = newFontScalingEnabled;
166
this.updateSettingsDebounced();
167
168
0 commit comments