From de2bd579794a5b95764daaf8e1f513a6f505fbe3 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Tue, 28 Feb 2023 15:17:17 +0100 Subject: [PATCH] Alter CEF remote debugging alert wording --- GlosSITarget/SteamTarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GlosSITarget/SteamTarget.cpp b/GlosSITarget/SteamTarget.cpp index 98b042c..09310f9 100644 --- a/GlosSITarget/SteamTarget.cpp +++ b/GlosSITarget/SteamTarget.cpp @@ -79,8 +79,8 @@ int SteamTarget::run() *overlay_id = Overlay::AddOverlayElem( [this, overlay_id, &end_frame_callbacks](bool window_has_focus, ImGuiID dockspace_id) { can_fully_initialize_ = false; - ImGui::Begin("GlosSI - CEF Debug not available"); - ImGui::Text("GlosSI makes use of Steam CEF Debugging for some functionality and plugins."); + ImGui::Begin("GlosSI - CEF remote debug not available"); + ImGui::Text("GlosSI makes use of Steam CEF remote debugging for some functionality and plugins."); ImGui::Text("GlosSI might not work fully without it."); if (ImGui::Button("Ignore and continue")) {