Skip to content
Snippets Groups Projects
Commit 7e35effe authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable old first use notification that resulted in frequently polling settings

parent cf82e7d4
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,12 @@ void LLFirstUse::notUsingSidePanel(bool enable)
void LLFirstUse::notMoving(bool enable)
{
// fire off 2 notifications and rely on filtering to select the relevant one
firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
firstUseNotification("FirstNotMoving", enable, "HintMoveClick", LLSD(), LLSD()
.with("target", "nav_bar")
.with("direction", "bottom")
.with("hint_image", "click_to_move.png")
.with("up_arrow", ""));
//firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
//firstUseNotification("FirstNotMoving", enable, "HintMoveClick", LLSD(), LLSD()
// .with("target", "nav_bar")
// .with("direction", "bottom")
// .with("hint_image", "click_to_move.png")
// .with("up_arrow", ""));
}
// static
......
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