forked from Shinonome/dots-hyprland
volume mixer
This commit is contained in:
@@ -9,7 +9,7 @@ ToolTip {
|
||||
property bool extraVisibleCondition: true
|
||||
padding: 7
|
||||
|
||||
visible: (extraVisibleCondition && parent.hovered)
|
||||
visible: (extraVisibleCondition && (parent.hovered === undefined || parent?.hovered))
|
||||
|
||||
background: Rectangle {
|
||||
color: Appearance.colors.colTooltip
|
||||
|
||||
Reference in New Issue
Block a user