We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38472e6 commit ca87632Copy full SHA for ca87632
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