Get KF6 Working

Minimal set of changes so that a compiled version of NeoChat on KF6 will run and at least be functional.
This commit is contained in:
James Graham
2023-08-27 16:17:56 +00:00
parent 63ed69a5d4
commit 725c6c30ce
4 changed files with 13 additions and 13 deletions

View File

@@ -27,13 +27,13 @@ Kirigami.Page {
focus: true
padding: 0
actions {
main: Kirigami.Action {
actions: [
Kirigami.Action {
visible: Kirigami.Settings.isMobile || !applicationWindow().pageStack.wideMode
icon.name: "view-right-new"
onTriggered: applicationWindow().openRoomDrawer()
}
}
]
KeyNavigation.left: pageStack.get(0)