The «open in new window» button is now optional.

This commit is contained in:
John Livingston
2021-02-21 00:13:29 +01:00
parent 3de4b36994
commit 5230aad30f
4 changed files with 22 additions and 6 deletions

View File

@ -19,6 +19,13 @@ async function register ({
default: false,
private: false
})
registerSetting({
name: 'chat-open-blank',
label: 'Show the «open in new window» button',
private: false,
type: 'input-checkbox',
default: false
})
registerSetting({
name: 'chat-only-locals',
label: 'Chats are only available for local videos.',