Skip to content

Commit 84dff7c

Browse files
committed
removed detach button
1 parent 054a3d4 commit 84dff7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hooks/SwapBuffers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ BOOL __stdcall Base::Hooks::SwapBuffers(_In_ HDC hdc)
484484
}
485485
}
486486

487+
/*
487488
if (ImGui::Button("Detach"))
488489
{
489490
ImGui::PopStyleColor(1);
@@ -498,6 +499,7 @@ BOOL __stdcall Base::Hooks::SwapBuffers(_In_ HDC hdc)
498499
Base::Unload();
499500
return Data::oSwapBuffers(hdc);
500501
}
502+
*/
501503

502504
break;
503505
default:

0 commit comments

Comments
 (0)