Disable QML cache, responsible of multiple bugs

This commit is contained in:
miruka
2019-04-28 20:37:11 -04:00
parent c4fb0c1150
commit 67c3ef5906
4 changed files with 10 additions and 7 deletions

View File

@@ -12,8 +12,6 @@ HColumnLayout {
property bool canLoadPastEvents: true
Component.onCompleted: console.log("replaced")
id: chatPage
onFocusChanged: sendBox.setFocus()