mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-22 16:13:20 +01:00
change support link
This commit is contained in:
parent
21e19f7bbe
commit
4101604923
@ -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'
|
||||
}
|
||||
};
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user