Fix behavior of project manager to store directories
This commit is contained in:
@@ -19,6 +19,7 @@ local function draw_text(x, y, color)
|
||||
local lines = {
|
||||
{ fmt = "%s to run a command", cmd = "core:find-command" },
|
||||
{ fmt = "%s to open a file from the project", cmd = "core:find-file" },
|
||||
{ fmt = "%s to open a folder", cmd = "project-manager:open-folder" },
|
||||
}
|
||||
th = style.font:get_height()
|
||||
y = y + (dh - th * 2 - style.padding.y) / 2
|
||||
|
||||
Reference in New Issue
Block a user