ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Catch unsaved changes on application close #40

Closed ryanjjung closed 1 month ago

ryanjjung commented 3 months ago

We prompt the user to save if they have unsaved changes and click New or Open. We need to additionally catch this if they try to close the main window.

ryanjjung commented 1 month ago

Fixed in #125