mriale / PyDPainter

A usable pixel art paint program written in Python
GNU General Public License v3.0
336 stars 22 forks source link

Add crash recovery mode #93

Open mriale opened 9 months ago

mriale commented 9 months ago

Some crashes can be trapped and backups can be made of the image being edited.

On a crash, attempt to:

On a restart, check for crash info and attempt to:

mriale commented 8 months ago

Submitting a crash report would require a web back-end to receive the reports. I am not going to implement that at this time.