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

SOCIAL-676 FIX Both move UI hints shown in Advanced skin

accidentally removed loading of visibility rules
parent 27d25e7a
No related branches found
No related tags found
No related merge requests found
...@@ -1270,6 +1270,7 @@ LLNotificationChannelPtr LLNotifications::getChannel(const std::string& channelN ...@@ -1270,6 +1270,7 @@ LLNotificationChannelPtr LLNotifications::getChannel(const std::string& channelN
void LLNotifications::initSingleton() void LLNotifications::initSingleton()
{ {
loadTemplates(); loadTemplates();
loadVisibilityRules();
createDefaultChannels(); createDefaultChannels();
} }
......
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