mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
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…
x
Reference in New Issue
Block a user