f
This commit is contained in:
@@ -66,7 +66,7 @@ BOOL LLPanelGeneral::postBuild()
|
||||
childSetValue("afk_timeout_spinner", gSavedSettings.getF32("AFKTimeout"));
|
||||
childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange"));
|
||||
|
||||
getChild<LLColorSwatchCtrl>("effect_color_swatch")->set(gSavedSettings.getColor4("EffectColor"));
|
||||
|
||||
|
||||
childSetValue("ui_scale_slider", gSavedSettings.getF32("UIScaleFactor"));
|
||||
childSetValue("ui_auto_scale", gSavedSettings.getBOOL("UIAutoScale"));
|
||||
@@ -126,7 +126,8 @@ void LLPanelGeneral::apply()
|
||||
gSavedSettings.setBOOL("RenderHideGroupTitle", childGetValue("show_my_title_checkbox"));
|
||||
gSavedSettings.setF32("AFKTimeout", childGetValue("afk_timeout_spinner").asReal());
|
||||
gSavedSettings.setBOOL("NotifyMoneyChange", childGetValue("notify_money_change_checkbox"));
|
||||
gSavedSettings.setColor4("EffectColor", childGetValue("effect_color_swatch"));
|
||||
|
||||
|
||||
gSavedSettings.setF32("UIScaleFactor", childGetValue("ui_scale_slider").asReal());
|
||||
gSavedSettings.setBOOL("UIAutoScale", childGetValue("ui_auto_scale"));
|
||||
gSavedSettings.setString("Language", childGetValue("language_combobox"));
|
||||
|
||||
Reference in New Issue
Block a user