Merge conflict mixup, use noaction instead of none for user preference
parent
b3c010ea71
commit
db803e193e
|
|
@ -252,7 +252,7 @@ void notify_of_message(const LLSD& msg, bool is_dnd_msg)
|
|||
// actions:
|
||||
|
||||
// 0. nothing - exit
|
||||
if (("none" == user_preferences ||
|
||||
if (("noaction" == user_preferences ||
|
||||
ON_TOP_AND_ITEM_IS_SELECTED == conversations_floater_status)
|
||||
&& session_floater->isMessagePaneExpanded())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue