Skip to content

Commit f974cfb

Browse files
author
Akos Kitta
committed
fix: double update of the zoom level on save
Signed-off-by: Akos Kitta <[email protected]>
1 parent 09057fa commit f974cfb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arduino-ide-extension/src/browser/dialogs/settings/settings.ts

-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ export class SettingsService {
290290
this.savePreference('editor.quickSuggestions', quickSuggestions),
291291
this.savePreference(AUTO_SCALE_SETTING, autoScaleInterface),
292292
this.savePreference(ZOOM_LEVEL_SETTING, interfaceScale),
293-
this.savePreference(ZOOM_LEVEL_SETTING, interfaceScale),
294293
this.savePreference(COMPILE_VERBOSE_SETTING, verboseOnCompile),
295294
this.savePreference(COMPILE_WARNINGS_SETTING, compilerWarnings),
296295
this.savePreference(UPLOAD_VERBOSE_SETTING, verboseOnUpload),

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -15651,4 +15651,4 @@ year@^0.2.1:
1565115651
yocto-queue@^0.1.0:
1565215652
version "0.1.0"
1565315653
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
15654-
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
15654+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)