Update ContextMenuSAV.cs

This commit is contained in:
sora10pls 2023-05-08 08:15:24 -04:00
parent 4aeea9e956
commit ea052fb6d1

View file

@ -125,7 +125,7 @@ public partial class ContextMenuSAV : UserControl
if (ctrl is null)
return;
var info = GetSenderInfo(ctrl);
bool SlotFull = info.IsEmpty();
bool SlotFull = !info.IsEmpty();
bool Editable = info.CanWriteTo();
bool legality = ModifierKeys == Keys.Control;
ToggleItem(items, mnuSet, Editable);