From 4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Tue, 11 Oct 2016 16:52:07 +0200 Subject: [PATCH] Disable twitter panel --- LeftPanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LeftPanel.qml b/LeftPanel.qml index 7209a6dcf2..c1bb4399a2 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -78,6 +78,7 @@ Rectangle { source: "images/moneroLogo.png" } + /* Disable twitter/news panel Image { anchors.left: parent.left anchors.verticalCenter: logo.verticalCenter @@ -90,6 +91,7 @@ Rectangle { anchors.fill: parent onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded } + */ }