Set path for imgui's ini file to the general dalamud data directory, so it won't conflict with other imgui applications and is obvious to users that it is part of dalamud

This commit is contained in:
meli 2020-01-20 13:25:05 -08:00
parent 7321819961
commit 3ca7c6c19c
3 changed files with 8 additions and 3 deletions

View file

@ -84,7 +84,7 @@ namespace Dalamud {
this.WinSock2 = new WinSockHandlers();
this.InterfaceManager = new InterfaceManager(this.sigScanner);
this.InterfaceManager = new InterfaceManager(this, this.sigScanner);
this.InterfaceManager.OnDraw += BuildDalamudUi;
this.InterfaceManager.Enable();
}