chore: cleanup warnings, always load banned dev plugins

This commit is contained in:
goat 2023-01-23 23:53:18 +01:00
parent 9a32da7db8
commit d81f218155
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 24 additions and 23 deletions

View file

@ -55,5 +55,6 @@ public class SettingsTabExperimental : SettingsTab
base.Draw();
ImGuiHelpers.SafeTextColoredWrapped(ImGuiColors.DalamudGrey, "Total memory used by Dalamud & Plugins: " + Util.FormatBytes(GC.GetTotalMemory(false)));
ImGuiHelpers.ScaledDummy(15);
}
}