Merge branch 'master' into master-2.1

This commit is contained in:
Adam
2022-05-09 21:36:10 -04:00
committed by GitHub
25 changed files with 5607 additions and 101 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ command.add(nil, {
end,
["core:open-log"] = function()
local node = core.root_view:get_active_node()
local node = core.root_view:get_active_node_default()
node:add_view(LogView())
end,