Fix MessageDelegateContextMenu not being displayed
It turnout that using an QML Singleton was a bad idea, instead create a qml object in the main component and refer to it in the rest of the codebase. This commit also simplify a bit the qml structure of the Menu and fix some visual bugs.
This commit is contained in:
2
res.qrc
2
res.qrc
@@ -3,8 +3,6 @@
|
||||
<file>assets/img/matrix.svg</file>
|
||||
<file>assets/img/icon.png</file>
|
||||
<file>qml/main.qml</file>
|
||||
<file>imports/NeoChat/qmldir</file>
|
||||
<file>imports/NeoChat/RoomManager.qml</file>
|
||||
<file>imports/NeoChat/Page/qmldir</file>
|
||||
<file>imports/NeoChat/Page/LoginPage.qml</file>
|
||||
<file>imports/NeoChat/Page/LoadingPage.qml</file>
|
||||
|
||||
Reference in New Issue
Block a user