Skip to content

Commit

Permalink
Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jun 11, 2024
1 parent 089c7d3 commit cd498b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Glamourer/Gui/Tabs/SettingsTab/CodeDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private CodeService.CodeFlag DrawCodes()

if (ImUtf8.IconButton(FontAwesomeIcon.Trash,
$"Delete this cheat code.{(canDelete ? string.Empty : $"\nHold {config.DeleteDesignModifier} while clicking to delete.")}",
!canDelete))
disabled: !canDelete))
{
action!(false);
config.Codes.RemoveAt(i--);
Expand Down

0 comments on commit cd498b5

Please sign in to comment.