impr: Add separator above connect button of tty view

This commit is contained in:
WerWolv
2025-08-24 10:18:40 +02:00
parent f4cbdde8f6
commit 5c481d4247

View File

@@ -109,6 +109,8 @@ namespace hex::plugin::windows {
ImGui::Checkbox("hex.windows.view.tty_console.cts"_lang, &m_hasCTSFlowControl);
ImGui::Separator();
ImGui::EndDisabled();
{