mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix display of customization names in application rules.
This commit is contained in:
parent
053998e5e4
commit
2afa5734f7
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ public class DesignPanel
|
|||
foreach (var index in CustomizationExtensions.All.Where(set.IsAvailable))
|
||||
{
|
||||
var apply = _selector.Selected!.DoApplyCustomize(index);
|
||||
if (ImGui.Checkbox($"Apply {index.ToDefaultName()}", ref apply))
|
||||
if (ImGui.Checkbox($"Apply {set.Option(index)}", ref apply))
|
||||
_manager.ChangeApplyCustomize(_selector.Selected!, index, apply);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue