NK-100 - 'Open In' button

This commit is contained in:
Émeryc
2023-07-16 17:15:55 -04:00
parent 752f9ac8f8
commit 439e104c86
4 changed files with 24 additions and 1 deletions

View File

@@ -181,6 +181,16 @@ namespace Nuake
OS::ShowInFileExplorer(file->GetAbsolutePath());
}
if(file->GetExtension() == ".wren")
{
ImGui::Separator();
if(ImGui::MenuItem("Open In..."))
{
OS::OpenIn(file->GetAbsolutePath());
}
}
if(file->GetExtension() != ".project")
{
ImGui::Separator();