mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Adds notification telling people how to activate menubar
This commit is contained in:
parent
076887e71f
commit
d89631c3a8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue