impr: Added event logging in debug mode

This commit is contained in:
WerWolv
2023-05-02 20:35:30 +02:00
parent 0c8b3e31e7
commit bec655a8c6
3 changed files with 31 additions and 10 deletions

View File

@@ -401,7 +401,7 @@ namespace hex {
}
// Render main menu
ImGui::PushStyleVar(ImGuiStyleVar_WindowBorderSize, 0.0f);
ImGui::PushStyleVar(ImGuiStyleVar_WindowBorderSize, 0.0F);
if (ImGui::BeginMainMenuBar()) {
if (ImHexApi::System::isBorderlessWindowModeEnabled()) {