mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
FEAT: Lumos file searcher
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user