add placeholder when volume mixer is empty

This commit is contained in:
end-4
2025-12-04 16:29:49 +01:00
parent 7d9a405146
commit e9b5e7d7d2
2 changed files with 12 additions and 0 deletions
@@ -30,6 +30,12 @@ ColumnLayout {
required property var modelData
node: modelData
}
PagePlaceholder {
icon: "widgets"
title: Translation.tr("No applications")
shown: !root.hasApps
shape: MaterialShape.Shape.Cookie7Sided
}
}
StyledComboBox {