Remove banners when clicking close button

This commit is contained in:
casper 2021-11-26 14:49:00 +01:00
parent 20f94add47
commit 3ddfa6486b
7 changed files with 76 additions and 23 deletions

View file

@ -50,7 +50,10 @@ Window
OnboardBanner
{
bannerType: content.item && content.item.bannerType
bannerVisible: content.item && content.item.bannerVisible
bannerBody: content.item && content.item.bannerBody
bannerIcon: content.item && content.item.bannerIcon
onRemoveBanner: content.item && content.item.onRemoveBanner
}
// Page title.