New option for control over update downloads

This commit is contained in:
Josh Perez 2021-08-19 18:56:29 -04:00 committed by GitHub
parent 80c1ad6ee3
commit e9308bbafb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 1230 additions and 803 deletions

View file

@ -59,6 +59,7 @@ const {
const {
SystemTraySettingsCheckboxes,
} = require('../../ts/components/conversation/SystemTraySettingsCheckboxes');
const { WhatsNew } = require('../../ts/components/WhatsNew');
// State
const { createTimeline } = require('../../ts/state/roots/createTimeline');
@ -359,6 +360,7 @@ exports.setup = (options = {}) => {
Types: {
Message: MediaGalleryMessage,
},
WhatsNew,
};
const Roots = {