Skip to content
Snippets Groups Projects
Commit 212511a0 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7897 Enabled navigation for Profiles

parent bdc9a93b
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,10 @@ LLFloaterWebProfile::LLFloaterWebProfile(const Params& key) : ...@@ -38,8 +38,10 @@ LLFloaterWebProfile::LLFloaterWebProfile(const Params& key) :
void LLFloaterWebProfile::onOpen(const LLSD& key) void LLFloaterWebProfile::onOpen(const LLSD& key)
{ {
Params p(key); Params p(key);
p.show_chrome(false). p.show_chrome(true);
window_class("profile"); p.window_class("profile");
p.allow_address_entry(false);
p.trusted_content(true);
LLFloaterWebContent::onOpen(p); LLFloaterWebContent::onOpen(p);
applyPreferredRect(); applyPreferredRect();
} }
......
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