mirror of https://github.com/KDE/kasts.git
KF6: Port away from manually closing Kirigami.MenuDialog
This is now handled automatically by the dialog itself
This commit is contained in:
parent
2a58b3002e
commit
d865d3b27d
|
@ -252,7 +252,6 @@ Controls.ItemDelegate {
|
|||
while (pageStack.depth > 1)
|
||||
pageStack.pop()
|
||||
pageStack.push("qrc:/FeedDetailsPage.qml", {"feed": feed});
|
||||
actionOverlay.close();
|
||||
}
|
||||
icon.name: "documentinfo"
|
||||
text: i18n("Podcast Details")
|
||||
|
@ -263,7 +262,6 @@ Controls.ItemDelegate {
|
|||
while(pageStack.depth > 1)
|
||||
pageStack.pop()
|
||||
DataManager.removeFeed(feed)
|
||||
actionOverlay.close();
|
||||
}
|
||||
icon.name: "delete"
|
||||
text: i18n("Remove Podcast")
|
||||
|
|
Loading…
Reference in New Issue