shift-shell/components/mobileshell/qml/statusbar/indicators/BluetoothIndicator.qml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
563 B
QML
Raw Normal View History

/*
SPDX-FileCopyrightText: 2021 Devin Lin <espidev@gmail.com
2021-03-01 20:03:25 +00:00
SPDX-FileCopyrightText: 2019 Marco Martin <mart@kde.org>
SPDX-FileCopyrightText: 2013-2017 Jan Grulich <jgrulich@redhat.com>
2021-03-01 20:03:25 +00:00
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
import QtQuick
import QtQuick.Layouts
import org.kde.kirigami as Kirigami
import org.kde.plasma.private.mobileshell as MobileShell
Kirigami.Icon {
id: connectionIcon
2024-07-27 03:47:44 +00:00
source: MobileShell.BluetoothInfo.icon
visible: MobileShell.BluetoothInfo.isVisible
}