I also wish I could set the album cover. I settled for one or two thumbnails so it's not so cluttered.
You have to edit src/addons/XFMG/Service/Album/ThumbnailGenerator.php
Change $media = $mediaFinder->fetch(4); to $media = $mediaFinder->fetch(2); or $media = $mediaFinder->fetch(1);
Then run admin/Tools/Rebuild Caches/XFMG: Rebuild media thumbnails
Note: The file check will fail the next time it runs because of the edited file.