Skip to content

Commit e9c2613

Browse files
typo fix
1 parent f46d053 commit e9c2613

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/dialogs/settings/settings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class SettingsService {
168168
const sketchbookPath = await this.fileService.fsPath(new URI(sketchDirUri));
169169
return {
170170
editorFontSize,
171-
themeId: ThemeService.get().getCurrentTheme().id,
171+
themeId,
172172
languages,
173173
currentLanguage,
174174
autoSave,

0 commit comments

Comments
 (0)