forked from Shinonome/dots-hyprland
notifications: add group expand tip tooltip
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import qs.modules.common
|
import qs
|
||||||
import qs.services
|
import qs.services
|
||||||
|
import qs.modules.common
|
||||||
import qs.modules.common.functions
|
import qs.modules.common.functions
|
||||||
import "./notification_utils.js" as NotificationUtils
|
import "./notification_utils.js" as NotificationUtils
|
||||||
import QtQuick
|
import QtQuick
|
||||||
@@ -211,6 +212,11 @@ MouseArea { // Notification group area
|
|||||||
expanded: root.expanded
|
expanded: root.expanded
|
||||||
fontSize: topRow.fontSize
|
fontSize: topRow.fontSize
|
||||||
onClicked: { root.toggleExpanded() }
|
onClicked: { root.toggleExpanded() }
|
||||||
|
altAction: () => { root.toggleExpanded() }
|
||||||
|
|
||||||
|
StyledToolTip {
|
||||||
|
content: Translation.tr("Tip: right-clicking a group\nalso expands it")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,5 +44,4 @@ RippleButton { // Expand button
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user