diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-09 18:59:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-09 18:59:23 +0200 |
commit | c8ac1b899f7a79898b3ec84157db642051e8e1ae (patch) | |
tree | 059941b972c8ac8ee00640769edce59352ba2577 /client-web/source/preferences | |
parent | 75683cf2ce3b13f5ddf9c3fca3060ff6d5b78043 (diff) | |
download | keks-meet-c8ac1b899f7a79898b3ec84157db642051e8e1ae.tar keks-meet-c8ac1b899f7a79898b3ec84157db642051e8e1ae.tar.bz2 keks-meet-c8ac1b899f7a79898b3ec84157db642051e8e1ae.tar.zst |
onbeforeunload
Diffstat (limited to 'client-web/source/preferences')
-rw-r--r-- | client-web/source/preferences/decl.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts index e8e094b..effd885 100644 --- a/client-web/source/preferences/decl.ts +++ b/client-web/source/preferences/decl.ts @@ -39,4 +39,6 @@ export const PREF_DECLS = { notify_chat: { type: bool, default: true, description: "Send notifications for incoming chat messages" }, notify_join: { type: bool, default: true, description: "Send notifications when users join" }, notify_leave: { type: bool, default: true, description: "Send notifications when users leave" }, + + enable_onbeforeunload: { type: bool, default: true, description: "Prompt for confirmation when leaving the site while local resources are active" } } |