aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index c1bb4399..6aeacdfd 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -367,11 +367,11 @@ Rectangle {
}
}
// indicate disabled state
- Desaturate {
- anchors.fill: parent
- source: parent
- desaturation: panel.enabled ? 0.0 : 1.0
- }
+// Desaturate {
+// anchors.fill: parent
+// source: parent
+// desaturation: panel.enabled ? 0.0 : 1.0
+// }
}