mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Replace usages of label with para, WIP new Editor (v3)
This commit is contained in:
@@ -201,7 +201,7 @@ module TAC
|
||||
window.backend.config_changed!
|
||||
|
||||
group_container = find_element_by_tag(@group_presets, old_name)
|
||||
label = find_element_by_tag(group_container, "label")
|
||||
para = find_element_by_tag(group_container, "label")
|
||||
|
||||
label.value = name
|
||||
|
||||
@@ -233,7 +233,7 @@ module TAC
|
||||
window.backend.config_changed!
|
||||
|
||||
action_container = find_element_by_tag(@action_presets, old_name)
|
||||
label = find_element_by_tag(action_container, "label")
|
||||
para = find_element_by_tag(action_container, "label")
|
||||
comment_container = find_element_by_tag(action_container, "comment_container")
|
||||
comment_label = find_element_by_tag(action_container, "comment")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user