Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2152a commit 3909b75Copy full SHA for 3909b75
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