Files
neochat/imports/Spectral/Setting/Setting.qml
Black Hat ffbfa977b5 Init SplitView.
Allow resizing panels automatically.
2018-10-22 08:14:45 +08:00

12 lines
209 B
QML

pragma Singleton
import QtQuick 2.9
import Qt.labs.settings 1.0
Settings {
property bool pressAndHold
property bool showTray: true
property bool confirmOnExit: true
property bool darkTheme
}