Update signatures.

This commit is contained in:
Ottermandias 2025-10-07 12:28:18 +02:00
parent c3469a1687
commit 76ed347cbf
2 changed files with 3 additions and 1 deletions

View file

@ -71,6 +71,8 @@ public class ModAssociationsTab(PenumbraService penumbra, DesignFileSystemSelect
private void DrawApplyAllButton() private void DrawApplyAllButton()
{ {
var (id, name) = penumbra.CurrentCollection; var (id, name) = penumbra.CurrentCollection;
if (config.Ephemeral.IncognitoMode)
name = id.ShortGuid();
if (ImGuiUtil.DrawDisabledButton($"Try Applying All Associated Mods to {name}##applyAll", if (ImGuiUtil.DrawDisabledButton($"Try Applying All Associated Mods to {name}##applyAll",
new Vector2(ImGui.GetContentRegionAvail().X, 0), string.Empty, id == Guid.Empty)) new Vector2(ImGui.GetContentRegionAvail().X, 0), string.Empty, id == Guid.Empty))
ApplyAll(); ApplyAll();

@ -1 +1 @@
Subproject commit a34f314cbc1053a09923a0d64aa3173044d32101 Subproject commit 7e7d510a2ce78e2af78312a8b2215c23bf43a56f