diff options
Diffstat (limited to 'src/lib/elm_general.eot')
-rw-r--r-- | src/lib/elm_general.eot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elm_general.eot b/src/lib/elm_general.eot index b492041b9..9b7fe19b9 100644 --- a/src/lib/elm_general.eot +++ b/src/lib/elm_general.eot @@ -26,7 +26,8 @@ enum Elm.Policy.Quit { [[Possible values for the #ELM_POLICY_QUIT policy]] none = 0, [[never quit the application automatically]] - last_window_closed [[quit when the application's last window is closed]] + last_window_closed, [[quit when the application's last window is closed]] + last_window_hidden [[quit when the application's last window is hidden @since 1.14]] } enum Elm.Policy.Exit |