Remove copy URL button

This commit is contained in:
Ryan Huffman 2016-03-10 13:56:54 -08:00
parent 273acc6a7e
commit 71bc937533

View file

@ -235,16 +235,6 @@ Window {
onClicked: root.reload()
}
HifiControls.GlyphButton {
glyph: hifi.glyphs.reload
color: hifi.buttons.white
colorScheme: root.colorScheme
height: 26
width: 26
onClicked: root.copyURLToClipboard()
}
HifiControls.Button {
text: "ADD TO WORLD"
color: hifi.buttons.white