EasyDestroyOptions_Toggle(); if(EasyDestroy_Options.Notify) then EasyDestroy_Options.Notify = false; Print("|cffffffff["..AddonName.."]" .. " Destroy notifcation |cffff0000disabled|r.|r"); else EasyDestroy_Options.Notify = true; Print("|cffffffff["..AddonName.."]" .. " Destroy notifcation |cff00ff00enabled|r.|r"); end if(EasyDestroy_Options.On) then EasyDestroy_Options.On = false; Print("|cffffffff["..AddonName.."] |cffff0000disabled|r.|r"); else EasyDestroy_Options.On = true; Print("|cffffffff["..AddonName.."] |cff00ff00enabled|r.|r"); end EasyDestroy_DeleteCursorItem(); EasyDestroy_Convert(); EasyDestroy_SafeList_Show();