mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Makes it longer and only show when menu bar isn't active
This commit is contained in:
parent
d89631c3a8
commit
6e1abe0601
1 changed files with 3 additions and 1 deletions
|
@ -327,7 +327,9 @@ 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 (CVar_GetS32("gOpenMenuBar", 0) != 1) {
|
||||
SohImGui::overlay->TextDrawNotification(30.0f, true, "Press F1 to access enhancements menu");
|
||||
}
|
||||
|
||||
if (UseViewports()) {
|
||||
io->ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue