mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Remove banners when clicking close button
This commit is contained in:
parent
20f94add47
commit
3ddfa6486b
7 changed files with 76 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue