1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Add missing steam upload button

This commit is contained in:
Elias Steurer 2021-09-18 10:53:10 +02:00
parent 6549ef86f5
commit c98db11418

View File

@ -287,6 +287,18 @@ Item {
onClicked: root.openSteamProfile()
}
Button {
id: btnSteamUpload
anchors {
verticalCenter: parent.verticalCenter
left: btnSteamProfile.right
leftMargin: 20
}
text: qsTr("Upload")
onClicked: popupUploadProject.open()
}
Item {
id: searchWrapper
@ -296,7 +308,7 @@ Item {
anchors {
verticalCenter: parent.verticalCenter
left: btnSteamProfile.right
left: btnSteamUpload.right
leftMargin: 20
}