fix(@core): issue #3006 fix for cpu usage issue
This commit is contained in:
parent
a37ce0b133
commit
4a5fff42cf
|
@ -261,7 +261,9 @@ StatusWindow {
|
|||
|
||||
DSM.State {
|
||||
id: appState
|
||||
onEntered: loader.sourceComponent = app
|
||||
onEntered: Qt.callLater(function() {
|
||||
loader.sourceComponent = app
|
||||
})
|
||||
|
||||
DSM.SignalTransition {
|
||||
targetState: stateLogin
|
||||
|
|
Loading…
Reference in New Issue