feat: clear font, style, color stack when fonts are rebuilt

This commit is contained in:
goat 2023-06-07 19:57:19 +02:00
parent 46bf3c0c21
commit 69725bbfe9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 16 additions and 1 deletions

View file

@ -802,6 +802,11 @@ internal class DalamudInterface : IDisposable, IServiceType
ImGui.SetWindowFocus(null);
}
if (ImGui.MenuItem("Clear stacks"))
{
Service<InterfaceManager>.Get().ClearStacks();
}
if (ImGui.MenuItem("Dump style"))
{
var info = string.Empty;