EssentialGG / Vigilance

Configuration Utility using Elementa
GNU Lesser General Public License v3.0
54 stars 12 forks source link

Support for running code when the GUI is closed #7

Open LlamaLad7 opened 4 years ago

LlamaLad7 commented 4 years ago

It would be very nice to have either some form of onClose function we could override, or perhaps an annotation we could give to a function, that would allow us to run code when the GUI is closed. This would be helpful for doing things like setting external properties based on our own sliders, etc