Spectral/imports/Spectral/Setting/Setting.qml

16 lines
292 B
QML
Raw Normal View History

pragma Singleton
2018-12-07 01:18:42 +00:00
import QtQuick 2.12
import Qt.labs.settings 1.0
Settings {
2018-11-22 12:35:49 +00:00
property bool showNotification: true
property bool showTray: true
property bool darkTheme
2018-11-26 10:49:03 +00:00
property string timelineBackground
2019-04-30 09:02:00 +00:00
property string fontFamily: "Roboto,Noto Sans,Noto Color Emoji"
}