diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-11 16:52:07 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-11 16:54:12 +0200 |
| commit | 4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637 (patch) | |
| tree | 10f3a3d031b4b48c535ca1550158bc84e97bd895 | |
| parent | 77445ad0d47b39061d9592b32c485afb6a676671 (diff) | |
| download | monzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.tar.gz monzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.tar.xz monzero-gui-4cd48aaa1f677048b0d69f18eb5d74dfc8dfb637.zip | |
Disable twitter panel
| -rw-r--r-- | LeftPanel.qml | 2 |
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 } + */ } |
