mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Update signatures.
This commit is contained in:
parent
c3469a1687
commit
76ed347cbf
2 changed files with 3 additions and 1 deletions
|
|
@ -71,6 +71,8 @@ public class ModAssociationsTab(PenumbraService penumbra, DesignFileSystemSelect
|
|||
private void DrawApplyAllButton()
|
||||
{
|
||||
var (id, name) = penumbra.CurrentCollection;
|
||||
if (config.Ephemeral.IncognitoMode)
|
||||
name = id.ShortGuid();
|
||||
if (ImGuiUtil.DrawDisabledButton($"Try Applying All Associated Mods to {name}##applyAll",
|
||||
new Vector2(ImGui.GetContentRegionAvail().X, 0), string.Empty, id == Guid.Empty))
|
||||
ApplyAll();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a34f314cbc1053a09923a0d64aa3173044d32101
|
||||
Subproject commit 7e7d510a2ce78e2af78312a8b2215c23bf43a56f
|
||||
Loading…
Add table
Add a link
Reference in a new issue