Skip to content
Snippets Groups Projects
Commit e4ea94b6 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-779 FIXED Chat log preferences are disabled before login.

parent 29287894
No related branches found
No related tags found
No related merge requests found
......@@ -1491,6 +1491,7 @@ void LLFloaterPreference::setPersonalInfo(const std::string& visibility, bool im
getChildView("favorites_on_login_check")->setEnabled(TRUE);
getChildView("log_path_string")->setEnabled(FALSE);// LineEditor becomes readonly in this case.
getChildView("log_path_button")->setEnabled(TRUE);
getChildView("chat_font_size")->setEnabled(TRUE);
}
void LLFloaterPreference::onUpdateSliderText(LLUICtrl* ctrl, const LLSD& name)
......
......@@ -373,6 +373,7 @@
</text>
<combo_box
enabled="false"
control_name="KeepConversationLogTranscripts"
height="23"
layout="topleft"
......@@ -428,6 +429,7 @@
</text>
<line_editor
enabled="false"
control_name="InstantMessageLogPath"
border_style="line"
border_thickness="1"
......
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