mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
only turn ImGui asserts on if we are actually loading a devplugin
This commit is contained in:
parent
1083081706
commit
b79c646b9b
2 changed files with 3 additions and 6 deletions
|
|
@ -1572,6 +1572,9 @@ internal class PluginManager : IInternalDisposableService
|
|||
{
|
||||
Log.Information($"Loading dev plugin {name}");
|
||||
plugin = new LocalDevPlugin(dllFile, manifest);
|
||||
|
||||
// This is a dev plugin - turn ImGui asserts on by default if we haven't chosen yet
|
||||
this.configuration.ImGuiAssertsEnabledAtStartup ??= true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue