Files
neochat/imports/Spectral/Setting/Setting.qml
2018-11-22 20:35:49 +08:00

13 lines
213 B
QML

pragma Singleton
import QtQuick 2.9
import Qt.labs.settings 1.0
Settings {
property bool showNotification: true
property bool pressAndHold
property bool showTray: true
property bool darkTheme
}