Fixes configuration import not working

This commit is contained in:
Matteo Biscosi 2024-05-31 06:49:48 -04:00
parent 4bf7f1f2cc
commit dec8c48fd0
8 changed files with 14 additions and 7 deletions

View file

@ -81,6 +81,7 @@ end
function prefs_dump_utils.import_prefs_to_disk(prefs_dump_table)
-- Do the actual dump
local where = import_prefs_file_path
tprint(prefs_dump_table)
return prefs_dump_utils.write_prefs_dump_table_to_file(prefs_dump_table, where)
end