mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 18:02:31 +02:00
Change 'your avatars' to 'your profile'
This commit is contained in:
parent
b9b320d01c
commit
25725bb91e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function onAvatarAppClosed() {
|
|||
|
||||
|
||||
var AVATAR_APP_QML_PATH = Script.resourcesPath() + "qml/hifi/simplifiedUI/avatarApp/AvatarApp.qml";
|
||||
var AVATAR_APP_WINDOW_TITLE = "Your Avatars";
|
||||
var AVATAR_APP_WINDOW_TITLE = "Your Profile";
|
||||
var AVATAR_APP_PRESENTATION_MODE = Desktop.PresentationMode.NATIVE;
|
||||
var AVATAR_APP_WIDTH_PX = 480;
|
||||
var AVATAR_APP_HEIGHT_PX = 615;
|
||||
|
|
Loading…
Reference in a new issue