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

Remove old Workshoploader

This commit is contained in:
Elias Steurer 2020-08-22 14:12:13 +02:00
parent b08c12425d
commit cfc89e6838

View File

@ -17,9 +17,6 @@ Item {
signal videoImportConvertFileSelected(var videoFile)
signal projectFileSelected(var projectFile)
WorkshopLoader {
id: wl
}
Text {
id: txtHeadline
text: qsTr("Import Content")
@ -126,7 +123,7 @@ Item {
id: wrapperUploadProject
width: parent.width
height: 120
visible: wl.available
visible: ScreenPlay.settings.steamVersion
anchors {
top: wrapperImportVideo.bottom