Sysmon: disabled right click until I get back to this feat.

This commit is contained in:
ItsLemmy
2025-10-30 17:20:03 -04:00
parent 77e004566c
commit bc9fe06fd8
+8 -8
View File
@@ -347,12 +347,12 @@ Rectangle {
}
}
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.RightButton
onClicked: {
var directPanel = PanelService.getPanel("directWidgetSettingsPanel")
directPanel.openWidgetSettings(root.section, root.sectionWidgetIndex, root.widgetId, root.widgetSettings)
}
}
// MouseArea {
// anchors.fill: parent
// acceptedButtons: Qt.RightButton
// onClicked: {
// var directPanel = PanelService.getPanel("directWidgetSettingsPanel")
// directPanel.openWidgetSettings(root.section, root.sectionWidgetIndex, root.widgetId, root.widgetSettings)
// }
// }
}