Files
neochat/imports/NeoChat/Setting/Setting.qml
2020-11-08 23:17:30 +01:00

14 lines
252 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 fontFamily: "Roboto,Noto Sans,Noto Color Emoji"
}