// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
pragma Singleton
import QtCore
Settings {
property bool wireless
property bool bluetooth
property int brightness
property bool darkTheme
property bool demoMode
}