diff --git a/website/index.html b/website/index.html index 69bf969c..9acefead 100644 --- a/website/index.html +++ b/website/index.html @@ -287,7 +287,7 @@ #content h3:before { content: '### '; } - + #content h4:before { content: '#### '; } @@ -925,7 +925,8 @@ onUnload Electron -

Invoked when a plugin is removed by the user.

+

Invoked when a plugin is removed by the user and during + plugin updates.

Parameters:

@@ -1242,7 +1243,7 @@

The user can hot-load and hot-reload plugins by pressing Command + R (refresh). Please strive to make plugins that don't require a complete restart of the application to work.

- +

Notice

Plugins affecting the `BrowserWindow` will the effect on new windows after hot-reload.