mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
feat: add option to clear image cache to Plugin menu
This commit is contained in:
parent
4921c289e0
commit
029f798b91
2 changed files with 16 additions and 0 deletions
|
|
@ -496,6 +496,11 @@ namespace Dalamud.Interface.Internal
|
|||
this.OpenPluginInstaller();
|
||||
}
|
||||
|
||||
if (ImGui.MenuItem("Clear cached images/icons"))
|
||||
{
|
||||
this.pluginWindow?.ClearIconCache();
|
||||
}
|
||||
|
||||
ImGui.Separator();
|
||||
|
||||
if (ImGui.MenuItem("Open Plugin Stats"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue