mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
Comment out the "Video" button
This commit is contained in:
parent
d79c87b2d4
commit
cd6669ec8b
1 changed files with 8 additions and 0 deletions
|
@ -128,6 +128,8 @@ ShadowRectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Link to a Project Athena version of the video.
|
||||||
|
/*
|
||||||
RalewayButton {
|
RalewayButton {
|
||||||
id: video
|
id: video
|
||||||
visible: false
|
visible: false
|
||||||
|
@ -141,6 +143,12 @@ ShadowRectangle {
|
||||||
|
|
||||||
onClicked: videoButtonClicked()
|
onClicked: videoButtonClicked()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
// Temporary placeholder for video button.
|
||||||
|
Rectangle {
|
||||||
|
id: video
|
||||||
|
visible: false
|
||||||
|
}
|
||||||
|
|
||||||
RalewayButton {
|
RalewayButton {
|
||||||
id: docs
|
id: docs
|
||||||
|
|
Loading…
Reference in a new issue