mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-23 03:02:30 +01:00
Add alter banner functionallity
This commit is contained in:
parent
e71c3bb05d
commit
01b64f0b41
@ -53,12 +53,15 @@ Item {
|
||||
}
|
||||
MouseArea {
|
||||
anchors {
|
||||
top:parent.top
|
||||
right:closeWrapper.left
|
||||
top: parent.top
|
||||
right: closeWrapper.left
|
||||
bottom: parent.bottom
|
||||
left:parent.left
|
||||
left: parent.left
|
||||
}
|
||||
onClicked: {
|
||||
screenPlaySettings.setHasWorkshopBannerSeen(true)
|
||||
openCreate()
|
||||
}
|
||||
onClicked: openCreate()
|
||||
}
|
||||
|
||||
Item {
|
||||
|
Loading…
Reference in New Issue
Block a user