From 191efa5829680899e921f64e418c59631ed96c5d Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Mon, 17 Jan 2022 11:34:35 +0100 Subject: [PATCH] fix(@onboarding): no autoclose on popup fixes #4437 --- ui/app/AppLayouts/Onboarding/popups/BeforeGetStartedModal.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Onboarding/popups/BeforeGetStartedModal.qml b/ui/app/AppLayouts/Onboarding/popups/BeforeGetStartedModal.qml index 346d718d06..30e096c606 100644 --- a/ui/app/AppLayouts/Onboarding/popups/BeforeGetStartedModal.qml +++ b/ui/app/AppLayouts/Onboarding/popups/BeforeGetStartedModal.qml @@ -16,6 +16,7 @@ StatusModal { //% "Before you get started..." header.title: qsTrId("before-you-get-started---") hasCloseButton: false + closePolicy: Popup.NoAutoClose contentItem: Item { implicitHeight: childrenRect.height