mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Other updated
This commit is contained in:
@@ -110,4 +110,12 @@ function M:on_language_button(lang_id)
|
||||
end
|
||||
|
||||
|
||||
---@param output_list output_list
|
||||
function M:on_example_created(output_list)
|
||||
self.on_language_change:subscribe(function(language)
|
||||
output_list:add_log_text("Language changed to " .. language)
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user