rename *Content.qml to *Applet.qml

This commit is contained in:
Damocles 2026-04-17 22:08:26 +02:00
parent 989182d603
commit 6461b9a943
14 changed files with 14 additions and 14 deletions

View file

@ -179,7 +179,7 @@ WlSessionLockSurface {
readonly property var _mprisPlayer: _mprisPlayers[0] ?? null
readonly property bool _playing: _mprisPlayer?.playbackState === MprisPlaybackState.Playing
C.MprisContent {
C.MprisApplet {
id: _mprisContent
anchors.left: parent.left
anchors.right: parent.right
@ -209,7 +209,7 @@ WlSessionLockSurface {
objects: [Pipewire.defaultAudioSink]
}
C.VolumeContent {
C.VolumeApplet {
id: _volumeContent
anchors.left: parent.left
anchors.right: parent.right