From ed8998301abdb2de9ae35e000a4e39d25d706552 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Thu, 20 Jul 2023 22:17:54 -0400 Subject: [PATCH] Removed hide bar button --- Nuake/src/Window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Nuake/src/Window.cpp b/Nuake/src/Window.cpp index 29b92506..2a3f2e5b 100644 --- a/Nuake/src/Window.cpp +++ b/Nuake/src/Window.cpp @@ -236,6 +236,7 @@ namespace Nuake ImGui::StyleColorsDark(); ImGuiStyle& s = ImGui::GetStyle(); + s.WindowMenuButtonPosition = ImGuiDir_None; s.FrameRounding = 2.0f; s.GrabRounding = 2.0f; s.CellPadding = ImVec2(8, 8);