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

DEV-52666 FIX Chat and Move Hints shown when user performs action...

parent f96c1c3a
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,8 @@ void LLFirstUse::firstUseNotification(const std::string& control_var, bool enabl
{
LL_DEBUGS("LLFirstUse") << "Disabling first use notification " << notification_name << LL_ENDL;
LLNotifications::instance().cancelByName(notification_name);
// redundantly clear settings var here, in case there are no notifications to cancel
gWarningSettings.setBOOL(control_var, FALSE);
}
}
......
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