Files
neochat/imports/Spectral/Setting/Setting.qml
2019-04-30 17:02:00 +08:00

16 lines
292 B
QML

pragma Singleton
import QtQuick 2.12
import Qt.labs.settings 1.0
Settings {
property bool showNotification: true
property bool showTray: true
property bool darkTheme
property string timelineBackground
property string fontFamily: "Roboto,Noto Sans,Noto Color Emoji"
}