Files
neochat/qml/MatriqueSettings.qml
2018-09-04 14:58:41 +08:00

14 lines
263 B
QML

pragma Singleton
import QtQuick 2.9
import Qt.labs.settings 1.0
Settings {
property bool lazyLoad: true
property bool richText
property bool pressAndHold
property bool rearrangeByActivity
property bool darkTheme
property bool miniMode
}