mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 03:19:19 +01:00
feat: clear font, style, color stack when fonts are rebuilt
This commit is contained in:
parent
46bf3c0c21
commit
69725bbfe9
3 changed files with 16 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue