forked from Shinonome/dots-hyprland
add placeholder when volume mixer is empty
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user