RLVa impl updated to that used in v3. Hooked RLVa restrictions back into wearables. New RLVa floater: 'Locks...' Also updated 'Restrictions...' floater.
This commit is contained in:
@@ -230,6 +230,12 @@ void LLFloaterGodTools::show(void *)
|
||||
}
|
||||
}
|
||||
|
||||
void LLFloaterGodTools::hide(void *)
|
||||
{
|
||||
if(sGodTools)
|
||||
sGodTools->setVisible(FALSE);;
|
||||
}
|
||||
|
||||
void LLFloaterGodTools::showPanel(const std::string& panel_name)
|
||||
{
|
||||
childShowTab("GodTools Tabs", panel_name);
|
||||
|
||||
Reference in New Issue
Block a user