Enum member FireOptions.FollowLink

If desktop file is link and url points to another desktop file fireDesktopFile will be called on this url with the same options.

struct FireOptions
{
  // ...
  enum FollowLink = 4;
  // ...
}