Mascobot / pandemic-ventilator-2.0

Open Source Pandemic Ventilator with Raspberry Pi and Arduino
239 stars 49 forks source link

`close_window` is not actually used in `Application` #8

Open LordyHun opened 4 years ago

LordyHun commented 4 years ago

I think an application.protocol('WM_DELETE_WINDOW', application.close_window) somewhere should do the trick, as currently, closing the main application window does not stop the application (I don't know if that's intentional).