Not doing it half-way would help...
parent
6361932c21
commit
ebcafcfa58
|
|
@ -58,8 +58,8 @@ bool LLEmojiHelper::isActive(const LLUICtrl* ctrl_p) const
|
|||
bool LLEmojiHelper::isCursorInEmojiCode(const LLWString& wtext, S32 cursorPos, S32* pShortCodePos)
|
||||
{
|
||||
// <FS:PP> FIRE-33735: Option to suppress emoji chooser window from automatically popping up while typing in chat bars
|
||||
static LLCachedControl<bool> FSSuppressEmojiWindowPopupWhileTyping(*LLUI::getInstance()->mSettingGroups["config"], "FSSuppressEmojiWindowPopupWhileTyping");
|
||||
if (FSSuppressEmojiWindowPopupWhileTyping)
|
||||
static LLUICachedControl<bool> FSEnableEmojiWindowPopupWhileTyping("FSEnableEmojiWindowPopupWhileTyping");
|
||||
if (!FSEnableEmojiWindowPopupWhileTyping)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue