Skip to content

Face improvements

This merqe request implements few small changes in handling faces:

  1. Make use of focusRandomFace() in slotRejected and slotIgnored to automatically highlight next open textfield when user interacts. Previously, it was only used assigning names.
  2. Removed slotIgnoredClicked function to only use one function to ignore faces. slotIgnoredClicked and slotIgnored were pretty much the same.
  3. Set the correct mode in slotIgnoredClicked which is IgnoredMode. Previously, when ignoring faces in preview mode it could happen that a persons name was displayed wrongly afterwards. This does not happen anymore with setting the mode correctly now.

Merge request reports