Adds notification telling people how to activate menubar

This commit is contained in:
Ada 2022-05-15 23:24:44 +01:00
commit d89631c3a8

View file

@ -327,6 +327,7 @@ namespace SohImGui {
io = &ImGui::GetIO(); io = &ImGui::GetIO();
io->ConfigFlags |= ImGuiConfigFlags_DockingEnable; io->ConfigFlags |= ImGuiConfigFlags_DockingEnable;
io->Fonts->AddFontDefault(); io->Fonts->AddFontDefault();
SohImGui::overlay->TextDrawNotification(12.0f, true, "Press F1 to access enhancements menu");
if (UseViewports()) { if (UseViewports()) {
io->ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; io->ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;