toxygen-project / toxygen

Toxygen is pythonic Tox client
GNU General Public License v3.0
280 stars 46 forks source link

Add shutdown handler #30

Closed azlux closed 8 years ago

azlux commented 8 years ago

Hi, Small improvement idea here. I propose to add a system shutdown trigger. Some people don't close all open programs when they shutdown the computer and toxygen will open a popup alert that the program wasn't closed properly at the next startup.

I know they are already some triggers for a system like QtGui.QApplication.aboutToQuit.connect() function. What do you think ?

Azlux

IngvarX commented 8 years ago

Yeah, closing on shutdown is good idea. I added support for it. Will close this issue after testing