fix opening the entryListPage when clicking on a feed
This commit is contained in:
parent
4412d1094f
commit
ff7c03a32c
@ -76,7 +76,7 @@ Kirigami.ScrollablePage {
|
|||||||
height: Kirigami.Units.gridUnit * 2
|
height: Kirigami.Units.gridUnit * 2
|
||||||
onClicked: {
|
onClicked: {
|
||||||
feedList.focus = false
|
feedList.focus = false
|
||||||
pageStack.push("qrc:/EntryListPage.qml", {"name": "All feeds", "url": "all"})
|
pageStack.push("qrc:/EntryListPage.qml")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -106,6 +106,8 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
onClicked: pageStack.push("qrc:/EntryListPage.qml", {"feed": feed})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user