diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-14 13:17:23 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-14 13:17:23 +0300 |
commit | a2ae46ef3a0036a6030ccc1e3ef4fcdfb7f455f3 (patch) | |
tree | 8f8b58ba03b10e3b0ad9db780adb65d8c09f51a7 /indra/newview/skins/default | |
parent | 3f4c977bc9c4604f0216f0463bd609c615b6c0b7 (diff) |
#1921 Add setting to hide source info from output in Lua Debug Console
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_lua_debug.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_lua_debug.xml b/indra/newview/skins/default/xui/en/floater_lua_debug.xml index 15027f1647..5efe1c958a 100644 --- a/indra/newview/skins/default/xui/en/floater_lua_debug.xml +++ b/indra/newview/skins/default/xui/en/floater_lua_debug.xml @@ -25,6 +25,17 @@ width="100"> LUA string: </text> + <check_box + control_name="LuaDebugShowSource" + follows="right|top" + height="15" + label="Show source info" + layout="topleft" + top="10" + right ="-70" + tool_tip="Show source info in Lua Debug Console output" + name="show_script_name" + width="70"/> <line_editor border_style="line" border_thickness="1" |