aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-27 21:40:42 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-27 21:41:41 +0200
commit05487fb9468eef155c981cfd6f2ccd4c3351c8d5 (patch)
treef4aa0674602b017fb83712252743f45e5a2b22b9 /MiddlePanel.qml
parentd22e02ac2a0b802f9cc57184b909d92349f810e0 (diff)
downloadmonzero-gui-05487fb9468eef155c981cfd6f2ccd4c3351c8d5.tar.gz
monzero-gui-05487fb9468eef155c981cfd6f2ccd4c3351c8d5.tar.xz
monzero-gui-05487fb9468eef155c981cfd6f2ccd4c3351c8d5.zip
disable desaturation - causes black screen on windows
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 3f4c4c03..475d566a 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -282,11 +282,11 @@ Rectangle {
// indicates disabled state
- Desaturate {
- anchors.fill: parent
- source: parent
- desaturation: root.enabled ? 0.0 : 1.0
- }
+// Desaturate {
+// anchors.fill: parent
+// source: parent
+// desaturation: root.enabled ? 0.0 : 1.0
+// }
/* connect "payment" click */