Change Settings to singleton and add AutoMouseArea.
Also fixes acceptInvitation issue.
This commit is contained in:
13
qml/MatriqueSettings/MatriqueSettings.qml
Normal file
13
qml/MatriqueSettings/MatriqueSettings.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
pragma Singleton
|
||||
import QtQuick 2.9
|
||||
import Qt.labs.settings 1.0
|
||||
|
||||
Settings {
|
||||
property bool lazyLoad: true
|
||||
property bool asyncMessageDelegate
|
||||
property bool richText
|
||||
property bool pressAndHold
|
||||
|
||||
property bool darkTheme
|
||||
property bool miniMode
|
||||
}
|
||||
Reference in New Issue
Block a user