Imprudence AO
This commit is contained in:
@@ -203,6 +203,17 @@ void LLFirstUse::useAttach()
|
||||
// nothing for now
|
||||
}
|
||||
|
||||
// static
|
||||
void LLFirstUse::useAO()
|
||||
{
|
||||
if (gSavedSettings.getWarning("FirstAO"))
|
||||
{
|
||||
gSavedSettings.setWarning("FirstAO", FALSE);
|
||||
|
||||
LLNotifications::instance().add("FirstAO");
|
||||
}
|
||||
}
|
||||
|
||||
// static
|
||||
void LLFirstUse::useAppearance()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user