Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ETKMainWindow)!: add ETKMainWindow.EVENTS.PRE_EXIT to REPLACE ET…
…KMainWindow.EVENTS.EXIT and readd ETKMainWindow.EVENTS.EXIT with the functionally that the name implies. BREAKING CHANGES: ETKMainWindow.EVENTS.EXIT is now executed directly before exiting the application. Therefore it is no longer possible to abort the exit inside a EXIT-eventhandler -> use ETKMainWindow.EVENTS.PRE_EXIT instead (it has the same properties as ETKMainWindow.EVENTS.EXIT before).
- Loading branch information