Fix qml warnings

This commit is contained in:
Tobias Fella
2025-09-15 13:21:17 +02:00
parent 518044e34a
commit adb9e59503

View File

@@ -40,7 +40,7 @@ Delegates.RoundedItemDelegate {
onClicked: {
if (root.openOnClick) {
RoomManager.resolveResource(currentRoom.id);
pageStack.currentIndex = 1;
root.Kirigami.PageStack.pageStack.currentIndex = 1;
}
}
@@ -72,7 +72,7 @@ Delegates.RoundedItemDelegate {
repeat: false
onTriggered: {
RoomManager.resolveResource(root.currentRoom.id);
pageStack.currentIndex = 1;
Kirigami.PageStack.pageStack.currentIndex = 1;
}
}