Removed tabs

This commit is contained in:
Antoine Pilote
2023-07-18 03:28:06 +00:00
parent 7baec67bf4
commit 5b8dbf8d94

View File

@@ -27,7 +27,7 @@ public:
if (const ImGuiPayload* payload = ImGui::AcceptDragDropPayload("_Script"))
{
char* file = (char*)payload->Data;
std::string fullPath = std::string(file, 512);
path = Nuake::FileSystem::AbsoluteToRelative(std::move(fullPath));