mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove debug code
This commit is contained in:
parent
753a61ed2c
commit
17478af32d
3 changed files with 0 additions and 9 deletions
|
@ -83,9 +83,6 @@ Rectangle {
|
|||
emptyInventoryContainer.visible = true;
|
||||
}
|
||||
|
||||
// ZRF REMOVE ME
|
||||
emptyInventoryContainer.visible = true;
|
||||
|
||||
avatarAppInventoryModel.handlePage(result.status !== "success" && result.message, result);
|
||||
root.updatePreviewUrl();
|
||||
}
|
||||
|
|
|
@ -128,10 +128,6 @@ Rectangle {
|
|||
// If we have never auto-selected and the user is still using a default avatar or if the current avatar is not valid (fst), or if
|
||||
// the current avatar is the old default (Woody), use top avatar from inventory or one of the new defaults.
|
||||
|
||||
// ZRF REMOVE ME!
|
||||
currentAvatarURLContainsDefaultAvatar = true;
|
||||
userHasValidAvatarInInventory = false;
|
||||
|
||||
// If the current avatar URL is invalid, OR the user is using the "default avatar" (Woody)...
|
||||
if (!currentAvatarURLContainsFST || currentAvatarURLContainsDefaultAvatar) {
|
||||
// If the user has a valid avatar in their inventory...
|
||||
|
|
|
@ -27,8 +27,6 @@ Rectangle {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// ZRF REMOVE ME
|
||||
return;
|
||||
if (Settings.getValue("simplifiedUI/alreadyAutoSelectedAvatarFromInventory", false) ||
|
||||
Settings.getValue("simplifiedUI/closedAvatarPageOfInitialLaunchWindow", false)) {
|
||||
tempAvatarPageContainer.visible = false;
|
||||
|
|
Loading…
Reference in a new issue