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:
parent
2a6009914a
commit
940ea7caef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue