tardypad / sailfishos-daily-comics

Daily comic strips reader for SailfishOS
MIT License
12 stars 17 forks source link

Add file type suffix to file name when saving to gallery #110

Closed ichthyosaurus closed 4 years ago

ichthyosaurus commented 4 years ago

Currently, comic strips are saved without ".jpg", ".png", etc. suffixes. While file manager apps and the native gallery app don't care, the files do not show up in the Android gallery.

This patch uses Qt's built-in mime type features to add the correct suffix when saving to the gallery.

Maledictus commented 4 years ago

Looks good. Thank you.

ichthyosaurus commented 4 years ago

That was quick, thanks :).