mirror of
https://github.com/KDE/kasts.git
synced 2025-01-28 16:19:56 +01:00
Add close button to AddFeed OverlaySheet
This commit is contained in:
parent
184ba72208
commit
cfea2e9ad1
@ -15,6 +15,8 @@ import org.kde.alligator 1.0
|
|||||||
Kirigami.OverlaySheet {
|
Kirigami.OverlaySheet {
|
||||||
id: addSheet
|
id: addSheet
|
||||||
parent: applicationWindow().overlay
|
parent: applicationWindow().overlay
|
||||||
|
showCloseButton: true
|
||||||
|
|
||||||
header: Kirigami.Heading {
|
header: Kirigami.Heading {
|
||||||
text: i18n("Add new Feed")
|
text: i18n("Add new Feed")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user