Skip to content

Commit 85e85e8

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

File tree

1 file changed

+0
-1
lines changed
  • arduino-ide-extension/src/browser/dialogs/settings

1 file changed

+0
-1
lines changed

Diff for: 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),

0 commit comments

Comments
 (0)