mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
replace nonfunctional managed asserts with proper imgui-handled assert mechanism
This commit is contained in:
parent
8773d3b873
commit
12bf2f4478
12 changed files with 238 additions and 207 deletions
|
|
@ -222,6 +222,10 @@ public class DevPluginsSettingsEntry : SettingsEntry
|
|||
this.devPluginLocationsChanged = true;
|
||||
this.devPluginTempLocation = string.Empty;
|
||||
}
|
||||
|
||||
var config = Service<DalamudConfiguration>.Get();
|
||||
if (!config.ImGuiAssertsEnabledAtStartup.HasValue)
|
||||
config.ImGuiAssertsEnabledAtStartup = true;
|
||||
}
|
||||
|
||||
public override void PostDraw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue