diff options
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dda155d0df..a6a9447e39 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1548,6 +1548,8 @@ BOOL idle_startup() } gLoginMenuBarView->setVisible( FALSE ); + gFloaterMap->setVisible( gSavedSettings.getBOOL("ShowMiniMap") ); + if (!gNoRender) { // Move the progress view in front of the UI |