Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option for specifying a callback function
If you pass a function to `eel.start()` with parameter name `callback`, that function is called when the user closes the window. This can be used to prevent the Python script from staying alive when running background threads
- Loading branch information