Add close button to AddFeed OverlaySheet

This commit is contained in:
Bart De Vries 2021-04-29 11:57:46 +02:00
parent 184ba72208
commit cfea2e9ad1

View File

@ -15,6 +15,8 @@ import org.kde.alligator 1.0
Kirigami.OverlaySheet {
id: addSheet
parent: applicationWindow().overlay
showCloseButton: true
header: Kirigami.Heading {
text: i18n("Add new Feed")
}