We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0206890 commit 7abb8cdCopy full SHA for 7abb8cd
arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx
@@ -104,7 +104,7 @@ export class ArduinoFrontendContribution
104
}
105
106
});
107
- this.appStateService.reachedState('initialized_layout').then(() =>
+ this.appStateService.reachedState('ready').then(() =>
108
this.arduinoPreferences.ready.then(() => {
109
const webContents = remote.getCurrentWebContents();
110
const zoomLevel = this.arduinoPreferences.get(
0 commit comments