BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.52k stars 209 forks source link

Fix incorrect parameter types #128

Closed chengchun-ni closed 4 years ago

chengchun-ni commented 4 years ago

I opened some e-books from a removable disk. Next time when I start the Lector program, it corrupted since the removable disk is not attached. The pie_chart.pixmapper expects a integer for the parameter consider_read_at while a None is given, which caused the program corrupted.

BasioMeusPuga commented 4 years ago

Hey. Thanks for pointing this out.