Disable twitter panel

This commit is contained in:
Jacob Brydolf 2016-10-11 16:52:07 +02:00
parent 77445ad0d4
commit 4cd48aaa1f
1 changed files with 2 additions and 0 deletions

View File

@ -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
}
*/
}