mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
113ddc7ce3
Similar to its `footer` content, ModalPopup can now receive header components allowing consumers to design the header part of the modal to their likings. Usage: ``` ModalPopup { id: popup header: Item { ... } ... } ``` The header section will take the height of the root element of the substree passed to `header`