Closed anjannath closed 2 years ago
When the tray is started by the on-boarding wizard, the pollStatus function is not called, hence the correct status is not shown in the tray.
pollStatus
correct status is shown when the tray is started normally (without the on-boarding wizard), since that code path starts the status polling.
https://github.com/code-ready/tray-electron/blob/a52e41ab4f1b618fc0e7d5d320f6bed5b6f30c27/src/main.ts#L186-L187
resolved via #193
When the tray is started by the on-boarding wizard, the
pollStatus
function is not called, hence the correct status is not shown in the tray.correct status is shown when the tray is started normally (without the on-boarding wizard), since that code path starts the status polling.
https://github.com/code-ready/tray-electron/blob/a52e41ab4f1b618fc0e7d5d320f6bed5b6f30c27/src/main.ts#L186-L187