mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
BUGZ-658: Don't let the user switch avatar models to Woody
This commit is contained in:
parent
50cfe4531e
commit
4ccd7bd808
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ Rectangle {
|
|||
|
||||
onSkeletonModelURLChanged: {
|
||||
root.updatePreviewUrl();
|
||||
|
||||
if (MyAvatar.skeletonModelURL.indexOf("defaultAvatar" > -1) && topBarInventoryModel.count > 0) {
|
||||
Settings.setValue("simplifiedUI/alreadyAutoSelectedAvatar", true);
|
||||
MyAvatar.skeletonModelURL = topBarInventoryModel.get(0).download_url;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue