diff --git a/Modules/Bar/Widgets/SystemMonitor.qml b/Modules/Bar/Widgets/SystemMonitor.qml index 0f402819..a4efa4dd 100644 --- a/Modules/Bar/Widgets/SystemMonitor.qml +++ b/Modules/Bar/Widgets/SystemMonitor.qml @@ -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) + // } + // } }