From 5c481d4247d1e9ebae77df373bea006b5d9fb4d0 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 24 Aug 2025 10:18:40 +0200 Subject: [PATCH] impr: Add separator above connect button of tty view --- plugins/windows/source/views/view_tty_console.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/windows/source/views/view_tty_console.cpp b/plugins/windows/source/views/view_tty_console.cpp index c72edbee7..a2eb33339 100644 --- a/plugins/windows/source/views/view_tty_console.cpp +++ b/plugins/windows/source/views/view_tty_console.cpp @@ -109,6 +109,8 @@ namespace hex::plugin::windows { ImGui::Checkbox("hex.windows.view.tty_console.cts"_lang, &m_hasCTSFlowControl); + ImGui::Separator(); + ImGui::EndDisabled(); {