update platform::open_folder docs

This commit is contained in:
MihailRis
2024-10-25 14:46:18 +03:00
parent 87e3247ecf
commit df31b9e589
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -49,7 +49,6 @@ std::string platform::detect_locale() {
}
#endif
void platform::open_folder(const std::filesystem::path& folder) {
if (!std::filesystem::is_directory(folder)) {
return;