Revert "Enable QML Type Compiler", implement YouAds component

This commit is contained in:
Dark Steveneq
2025-10-12 15:52:26 +02:00
parent ef675152c3
commit 5811933326
4 changed files with 43 additions and 11 deletions

View File

@@ -78,4 +78,9 @@ ColumnLayout {
Item {
Layout.fillHeight: true
}
YouAds {
Layout.fillWidth: false
Layout.alignment: Qt.AlignHCenter
}
}