mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
Disable twitter panel
This commit is contained in:
parent
77445ad0d4
commit
4cd48aaa1f
@ -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
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user