Merge pull request #49

4cd48aa Disable twitter panel (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni 2016-10-11 19:52:18 +02:00
commit c35b5b8d94
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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