File size: 418 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# App Handlers

App handlers are bits of code that run before the app is started and the main window has opened. Code here cannot use window or dialog functions.

The following handlers are available:

- [Crash Reporting](crash-reporting/README.md)
- [Exceptions](exceptions/README.md)
- [Preferences](preferences/README.md)
- [Printer](printer/README.md)
- [Secrets](secrets/README.md)
- [Updater](updater/README.md)