1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix upload steam closing

Remove UI clear. This now is taken care of by the backened.
This commit is contained in:
Elias Steurer 2021-05-02 17:44:30 +02:00
parent 24bb3cf1a4
commit ac33b9fdb8

View File

@ -128,7 +128,6 @@ Popup {
id: btnAbort
text: qsTr("Abort")
onClicked: {
steamWorkshop.uploadListModel.clear()
wrapper.requestClosePopup()
}
@ -147,7 +146,6 @@ Popup {
anchors {
right: parent.right
bottom: parent.bottom
margins: 10
}
@ -202,8 +200,7 @@ Popup {
id: btnFinish
text: qsTr("Finish")
onClicked: {
steamWorkshop.uploadListModel.clear()
wrapper.requestClosePopup()
root.close()
}
highlighted: true
enabled: false