79338f76be
In the recent past we've improved our `ModalPopup` to allow for a bit more control when it comes to rendering a modal footer section with call-to-action items. The footer section is rendered when there's `footerContent` and when the height of the footer content is > 0. This means it's possible to also hide the footer content section from the modal, even when there's footer content children. However, there's a separator rendered whenver the footer is visible, regardless of its height. This results in undesired behaviour when rendering footer children of height 0. To avoid this, this commit adjust the condition so that the separator is only rendered when the footer visible AND the height of it is > 0. |
||
---|---|---|
.. | ||
app | ||
fonts | ||
i18n | ||
imports | ||
onboarding | ||
shared | ||
sounds | ||
generate-rcc.sh | ||
main.qml | ||
nim-status-client.pro |