ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
148 stars 32 forks source link

Implement a warning dialog when leaving without having saved changes #163

Closed ColinPitrat closed 4 years ago

ColinPitrat commented 4 years ago

This verifies whether a change has been made to driveA or driveB (the only slots in which we support saving for now) and warns if leaving without having saved.

This solves #105