Commit 613cfa2a authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/views/App/Main/MainWindow): add more secure on first home render

parent 0c1d6929
......@@ -97,7 +97,9 @@ Controls1.ApplicationWindow {
// ---------------------------------------------------------------------------
Component.onCompleted: _setView('Home')
Component.onCompleted: Utils.setTimeout(window, 0, function () {
_setView('Home')
})
onActiveFocusItemChanged: activeFocusItem == null && smartSearchBar.hideMenu()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment