Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge commit 'refs/pull/1801/head' of https://github.com/Nik-Potokar/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Sep 14, 2024
2 parents 2b38a0e + 94b49dc commit dfabcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Window/Functions/Presets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dfabcc3

Please sign in to comment.