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

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

24 lines
593 B
QML
Raw Normal View History

/*
SPDX-FileCopyrightText: 2021 Devin Lin <eespidev@gmail.com>
2021-03-01 20:03:25 +00:00
SPDX-FileCopyrightText: 2019 Aditya Mehra <Aix.m@outlook.com>
SPDX-FileCopyrightText: 2014-2015 Harald Sitter <sitter@kde.org>
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.plasma.private.volume 0.1
import org.kde.kirigami as Kirigami
import org.kde.plasma.private.mobileshell as MobileShell
Kirigami.Icon {
id: paIcon
2024-07-27 03:47:44 +00:00
source: MobileShell.AudioInfo.icon
visible: MobileShell.AudioInfo.isVisible
}