summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermenu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 391f6b0b2a..5ad71263c3 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -857,11 +857,13 @@ void LLDestinationAndAvatarShow(const LLSD& value)
container->setVisible(true);
destinations->setVisible(true);
avatar_picker->setVisible(false);
+ LLFirstUse::notUsingDestinationGuide(false);
break;
case 1:
container->setVisible(true);
destinations->setVisible(false);
avatar_picker->setVisible(true);
+ LLFirstUse::notUsingAvatarPicker(false);
break;
default:
container->setVisible(false);