Skip to content

Commit

Permalink
Merge pull request mbg033#49
Browse files Browse the repository at this point in the history
4cd48aa Disable twitter panel (Jacob Brydolf)
  • Loading branch information
fluffypony committed Oct 11, 2016
2 parents babb06f + 4cd48aa commit c35b5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LeftPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Rectangle {
source: "images/moneroLogo.png"
}

/* Disable twitter/news panel
Image {
anchors.left: parent.left
anchors.verticalCenter: logo.verticalCenter
Expand All @@ -90,6 +91,7 @@ Rectangle {
anchors.fill: parent
onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded
}
*/
}


Expand Down

0 comments on commit c35b5b8

Please sign in to comment.