Skip to content

Commit

Permalink
Merge branch 'project-system' of https://github.com/JoshuaMKW/Juniors…
Browse files Browse the repository at this point in the history
…Toolbox into project-system
  • Loading branch information
JoshuaMKW committed Oct 1, 2024
2 parents e095a47 + 4e51b42 commit 3730cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,9 @@ namespace Toolbox::Platform {
}
}
}
bool OpenFileExplorer(const fs_path &path) {
TOOLBOX_ERROR("Open file explorer currently unsupported on linux");
return false;
}
#endif
} // namespace Toolbox::Platform

0 comments on commit 3730cc2

Please sign in to comment.