mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
switching over to a fork
This commit is contained in:
parent
37cc50a14a
commit
8b62c0e712
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ Rectangle {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
width: 150
|
width: 150
|
||||||
text: "See all markets"
|
text: "See all markets"
|
||||||
onClicked: webview.url = "file:///E:/GitHub/hifi/scripts/system/html/marketplaces.html"
|
//onClicked: webview.url = "file:///E:/GitHub/hifi/scripts/system/html/marketplaces.html"
|
||||||
|
onClicked: webview.url = "../../../scripts/system/html/marketplaces.html"
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
|
|
Loading…
Reference in a new issue