mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-25 14:11:47 +01:00
More updates.
This commit is contained in:
parent
01f05e5330
commit
d58d1e2e8a
58 changed files with 597 additions and 497 deletions
|
|
@ -4,6 +4,7 @@ using Dalamud.Interface.Utility.Raii;
|
|||
using Glamourer.Designs;
|
||||
using Glamourer.Interop.Material;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using ImSharp;
|
||||
using Luna;
|
||||
using OtterGui;
|
||||
using OtterGui.Text;
|
||||
|
|
@ -58,7 +59,7 @@ public class MaterialDrawer(DesignManager designManager, Configuration config) :
|
|||
;
|
||||
if (disabled && any)
|
||||
ImUtf8.HoverTooltip($"Hold {config.DeleteDesignModifier} while clicking to enable.");
|
||||
ImGui.SameLine();
|
||||
Im.Line.Same();
|
||||
if (ImUtf8.ButtonEx("Disable All Advanced Dyes"u8,
|
||||
any
|
||||
? "Disable the application of all contained advanced dyes without deleting them."u8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue