v1.0.0.16: Draw minimap under other UI (HSUI); Draw Under Other UI config
Made-with: Cursor
This commit is contained in:
@@ -46,6 +46,9 @@ public class MinimapWindow : Window
|
||||
|
||||
protected override unsafe void DrawContents()
|
||||
{
|
||||
if (System.SystemConfig.MinimapDrawUnderOtherUI)
|
||||
ImGuiP.BringWindowToDisplayBack(ImGuiP.GetCurrentWindow());
|
||||
|
||||
var agent = AgentMap.Instance();
|
||||
// Try loading from Lumina first so minimap can show without ever opening the area map
|
||||
if (!System.MapRenderer.HasMinimapCacheFor(agent->CurrentMapId) && agent->SelectedMapId != agent->CurrentMapId)
|
||||
|
||||
Reference in New Issue
Block a user