Skip to content
Snippets Groups Projects
Commit 784c2079 authored by Richard Linden's avatar Richard Linden
Browse files

SOCIAL-714 FIX Basic mode to launch with Destinations panel open by default

parent 5f05157f
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -1799,6 +1799,12 @@ void LLViewerWindow::initWorldUI() ...@@ -1799,6 +1799,12 @@ void LLViewerWindow::initWorldUI()
avatar_picker->navigateTo(gSavedSettings.getString("AvatarPickerURL"), "text/html"); avatar_picker->navigateTo(gSavedSettings.getString("AvatarPickerURL"), "text/html");
} }
if (gSavedSettings.getBOOL("FirstRunThisInstall"))
{
toggle_destination_and_avatar_picker(0);
}
gSavedSettings.setBOOL("FirstRunThisInstall", FALSE);
} }
// Destroy the UI // Destroy the UI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment