mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 18:52:30 +01:00
Removed no longer needed workaround due to 5.9
This commit is contained in:
parent
5c93667cd6
commit
bbbe2fe765
@ -19,14 +19,9 @@ ApplicationWindow {
|
||||
setY(Screen.height / 2 - height / 2);
|
||||
}
|
||||
|
||||
// Fixme: make ui responsive at startup without timer
|
||||
Timer{
|
||||
running: true; repeat: false
|
||||
onTriggered: pageLoader.source = "qrc:/qml/Components/Installed.qml"
|
||||
}
|
||||
|
||||
Loader {
|
||||
id: pageLoader
|
||||
source : "qrc:/qml/Components/Installed.qml"
|
||||
anchors {
|
||||
top: nav.bottom
|
||||
right: parent.right
|
||||
|
Loading…
Reference in New Issue
Block a user