1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Fix bug in download setup that prevented it from working

This commit is contained in:
Joshua Goins 2023-12-19 20:43:09 -05:00
parent 2a6009914a
commit 940ea7caef

View file

@ -37,7 +37,7 @@ FormCard.FormCardPage {
text: i18n("Begin installation")
icon.name: "cloud-download"
onClicked: page.pageStack.layers.push(Qt.createComponent("zone.xiv.astra", "InstallProgress"), {
onClicked: page.Window.window.pageStack.layers.push(Qt.createComponent("zone.xiv.astra", "InstallProgress"), {
gameInstaller: LauncherCore.createInstaller(page.profile)
})
}