Include helper assets and base assets explicitly

Add a new function to export profile struct to module text
This commit is contained in:
Alexander Bock
2020-06-17 11:12:01 +02:00
parent 52ca39fc22
commit d2fd3b8f1f
18 changed files with 295 additions and 94 deletions
-1
View File
@@ -9,7 +9,6 @@ local bindKeys = function(t, ignoreWarning)
local currentKey = openspace.getKeyBinding(k.Key)
if (next(currentKey) ~= nil) and (not ignoreWarning) then
openspace.printWarning('New keybind for "' .. k.Key .. '" is added, but a previous keybind already existed. If you want to silence this warning, pass "true", to this call to bindKeys')
end