You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--ConPrintf("OnSelDelete, itemSet = "..itemSet.title or "Default"..", index = "..index..", itemSetId = "..itemSetId)
121
126
if#self.list>1then
122
127
main:OpenConfirmPopup("Delete Item Set", "Are you sure you want to delete '"..(itemSet.titleor"Default").."'?\nThis will not delete any items used by the set.", "Delete", function()
123
128
t_remove(self.list, index)
@@ -133,6 +138,25 @@ function ItemSetListClass:OnSelDelete(index, itemSetId)
self.controls.copy=new("ButtonControl", {"BOTTOMLEFT",self,"TOP"}, {2, -4, 60, 18}, "Copy", function(spec) -- spec is for Loadouts using copy.onClick()
0 commit comments