fix(@core): issue #3006 fix for cpu usage issue

This commit is contained in:
Iuri Matias 2021-07-27 16:02:55 -04:00
parent a37ce0b133
commit 4a5fff42cf
1 changed files with 3 additions and 1 deletions

View File

@ -261,7 +261,9 @@ StatusWindow {
DSM.State {
id: appState
onEntered: loader.sourceComponent = app
onEntered: Qt.callLater(function() {
loader.sourceComponent = app
})
DSM.SignalTransition {
targetState: stateLogin