Bar: minor memory optimization

This commit is contained in:
ItsLemmy
2025-10-04 08:56:05 -04:00
parent f348505d2a
commit f7e1fe4e0f
2 changed files with 17 additions and 7 deletions
+2
View File
@@ -79,6 +79,8 @@ Variants {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.RightButton
hoverEnabled: false
preventStealing: true
onClicked: function (mouse) {
if (mouse.button === Qt.RightButton) {
// Important to pass the screen here so we get the right widget for the actual bar that was clicked.