Files
neochat/imports/Spectral/Setting/Setting.qml
2018-12-07 09:18:42 +08:00

16 lines
303 B
QML

pragma Singleton
import QtQuick 2.12
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
}