Skip to content

Commit 8119543

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix: double update of the zoom level on save
Signed-off-by: Akos Kitta <[email protected]>
1 parent 87109e6 commit 8119543

File tree

1 file changed

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

1 file changed

+0
-1
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),

0 commit comments

Comments
 (0)