diff --git a/LeftPanel.qml b/LeftPanel.qml index 7209a6dc..c1bb4399 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 } + */ }