FEAT: Lumos file searcher

This commit is contained in:
boreddevnl
2026-04-12 21:46:28 +02:00
parent 8dd756f25b
commit bb176f2193
10 changed files with 891 additions and 22 deletions

View File

@@ -805,7 +805,7 @@ void explorer_open_directory(const char *path) {
explorer_create_window(path);
}
static void explorer_open_target(const char *path) {
void explorer_open_target(const char *path) {
if (vfs_is_directory(path)) {
explorer_open_directory(path);
} else {