Files
neochat/imports/Spectral/Setting/Setting.qml
2018-11-26 18:49:03 +08:00

16 lines
302 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
property bool enableTimelineBackground: true
property string timelineBackground
}