mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Ugh.
This commit is contained in:
parent
089c7d392d
commit
cd498b539b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ public class CodeDrawer(Configuration config, CodeService codeService, FunModule
|
|||
|
||||
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--);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue