Launch backup sync menu from config menu

This commit is contained in:
Alicia Sykes 2021-05-29 23:00:06 +01:00
commit a632634218
2 changed files with 8 additions and 7 deletions

View file

@ -50,6 +50,10 @@ module.exports = {
BACKUP_ID: 'backupId',
BACKUP_HASH: 'backupHash',
},
modalNames: {
CONF_EDITOR: 'CONF_EDITOR',
CLOUD_BACKUP: 'CLOUD_BACKUP',
},
topLevelConfKeys: {
PAGE_INFO: 'pageInfo',
APP_CONFIG: 'appConfig',