diff --git a/data/core/commands/core.lua b/data/core/commands/core.lua index d7d0f1a3..cacd37c0 100644 --- a/data/core/commands/core.lua +++ b/data/core/commands/core.lua @@ -147,6 +147,8 @@ command.add(nil, { end, ["core:change-project-folder"] = function() + local dirname = common.dirname(core.project_dir) + core.command_view:set_text(dirname .. PATHSEP) core.command_view:enter("Change Project Folder", function(text, item) text = system.absolute_path(common.home_expand(item and item.text or text)) if text == core.project_dir then return end