csc301-2023-fall / project-34-qeynet-inc-t

Repository for Astra, a U of T CSC301 team project developed for QEYnet.
MIT License
0 stars 1 forks source link

Return to startup screen upon exit #41

Open shape-warrior-t opened 8 months ago

shape-warrior-t commented 8 months ago

It would be convenient if, after clicking the close button, the application returned to the device selection screen instead of closing entirely.

This can be implemented by improving the frontend code to use something other than Tk as the base class for the view classes. This StackOverflow link shows one potential way to go about things.