diff --git a/XIVSlothCombo/Window/Functions/Presets.cs b/XIVSlothCombo/Window/Functions/Presets.cs index 4234e5e58..37e552b93 100644 --- a/XIVSlothCombo/Window/Functions/Presets.cs +++ b/XIVSlothCombo/Window/Functions/Presets.cs @@ -68,7 +68,7 @@ internal unsafe static void DrawPreset(CustomComboPreset preset, CustomComboInfo ImGui.Spacing(); - if (ImGui.Checkbox($"{info.FancyName}###{i}", ref enabled)) + if (ImGui.Checkbox($"{info.FancyName}###{preset}{i}", ref enabled)) { if (enabled) {