mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01: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