Disable twitter panel

This commit is contained in:
Jacob Brydolf 2016-10-11 16:52:07 +02:00
parent 77445ad0d4
commit 4cd48aaa1f

View File

@ -78,6 +78,7 @@ Rectangle {
source: "images/moneroLogo.png" source: "images/moneroLogo.png"
} }
/* Disable twitter/news panel
Image { Image {
anchors.left: parent.left anchors.left: parent.left
anchors.verticalCenter: logo.verticalCenter anchors.verticalCenter: logo.verticalCenter
@ -90,6 +91,7 @@ Rectangle {
anchors.fill: parent anchors.fill: parent
onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded
} }
*/
} }