mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
chore: cleanup warnings, always load banned dev plugins
This commit is contained in:
parent
9a32da7db8
commit
d81f218155
4 changed files with 24 additions and 23 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue