This commit is contained in:
Core 2022-01-16 16:57:37 +00:00
parent 89e867ffab
commit a501a83a96
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
2 changed files with 5 additions and 22 deletions

View file

@ -26,7 +26,7 @@ export default class ExamplePlugin {
/**
* Runs on app stop
*/
onStop(): void {
onBeforeQuit(): void {
console.log('Example plugin stopped');
}