mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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
|
||||
width: 150
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue