1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-04 20:26:23 +01:00

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