weto91 / kindle-cover-fixer

Fix your e-book covers in your Kindle device
GNU General Public License v3.0
22 stars 4 forks source link

Prevent Potential Crash at Line 246 in Form1.cs #4

Closed bmlzootown closed 10 months ago

bmlzootown commented 10 months ago

Prevents a potential crash during cover generation when there is no cover present for a book in the Calibre library by checking to see if the "image" string (initialized at line 223) is still empty. If the string has been modified, confirming the existence of the cover image, said image will be copied over to the OUTPUT directory.

Also fixes a trivial capitalization error present in the text of the transfer button.

weto91 commented 10 months ago

Well seen! I do merge.