change support link

This commit is contained in:
zombieFox 2021-08-21 14:12:12 +01:00
parent 21e19f7bbe
commit 4101604923
2 changed files with 3 additions and 2 deletions

View File

@ -48,9 +48,10 @@ supportSetting.link = {
browser: 'Browser-support',
cookies: 'Cookies-and-cache',
data: 'Data-backup-and-restore',
backgroundImage: 'Local-background-image',
privacy: 'Respecting-your-privacy',
recovering: 'Recovering-settings-and-bookmarks',
backgroundImageVideo: 'Setting-a-background-video-or-image',
localBackgroundImage: 'Local-background-image',
firefox: 'Setting-nightTab-as-your-Firefox-homepage'
}
};

View File

@ -1315,7 +1315,7 @@ themeSetting.background = (parent) => {
})
},
image: {
alert: new Alert({ iconName: 'info', message: ['Uploading Background images is no longer supported.', `<a href="${supportSetting.link.url + supportSetting.link.page.backgroundImage}" target="_blank">Why has this changed?</a>`] }),
alert: new Alert({ iconName: 'info', message: ['Uploading Background images is no longer supported.', `<a href="${supportSetting.link.url + supportSetting.link.page.localBackgroundImage}" target="_blank">Why has this changed?</a>`] }),
url: new Control_textarea({
object: state.get.current(),
path: 'theme.background.image.url',