From d89631c3a89433a6f008350eb11bfca90a3cdca7 Mon Sep 17 00:00:00 2001 From: Ada <60364512+GreatArgorath@users.noreply.github.com> Date: Sun, 15 May 2022 23:24:44 +0100 Subject: [PATCH] Adds notification telling people how to activate menubar --- libultraship/libultraship/SohImGuiImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index d17d6ccee..b8ebe6c35 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -327,6 +327,7 @@ namespace SohImGui { io = &ImGui::GetIO(); io->ConfigFlags |= ImGuiConfigFlags_DockingEnable; io->Fonts->AddFontDefault(); + SohImGui::overlay->TextDrawNotification(12.0f, true, "Press F1 to access enhancements menu"); if (UseViewports()) { io->ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;