aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-11 16:52:07 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-11 16:54:12 +0200
commit4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637 (patch)
tree10f3a3d031b4b48c535ca1550158bc84e97bd895
parent77445ad0d47b39061d9592b32c485afb6a676671 (diff)
downloadmonzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.tar.gz
monzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.tar.xz
monzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.zip
Disable twitter panel
-rw-r--r--LeftPanel.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 7209a6dc..c1bb4399 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -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
}
+ */
}