mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
fix typo in tablet avatar browser
This commit is contained in:
parent
f958829d00
commit
b1601dcd4c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Item {
|
||||||
|
|
||||||
BaseWebView {
|
BaseWebView {
|
||||||
id: webview
|
id: webview
|
||||||
url: (Account.metaverseServerURL + "/marketplace?category=avatars)"
|
url: (Account.metaverseServerURL + "/marketplace?category=avatars")
|
||||||
focus: true
|
focus: true
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Reference in a new issue