Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Can I sync my toolbar customizations between computers?

  • 2 ответа
  • 8 имеют эту проблему
  • 128 просмотров
  • Последний ответ от cor-el

more options

Can I sync my toolbar customizations between computers?

Can I sync my toolbar customizations between computers?

Выбранное решение

The toolbar customization is stored in browser.uiCustomization.state

You would need to create sync browser.uiCustomization.state and have a corresponding services.sync.prefs.sync.* that is set to true to include this pref for syncing.

  • services.sync.prefs.sync.browser.uiCustomization.state = true
Прочитайте этот ответ в контексте 👍 4

Все ответы (2)

more options

If the systems are the same, yes. BUT if they are different (type systems, versions . . .) if may cause issues with preferences.

https://support.mozilla.org/en-US/kb/how-do-i-set-sync-my-computer How do I set up Sync on my computer?

more options

Выбранное решение

The toolbar customization is stored in browser.uiCustomization.state

You would need to create sync browser.uiCustomization.state and have a corresponding services.sync.prefs.sync.* that is set to true to include this pref for syncing.

  • services.sync.prefs.sync.browser.uiCustomization.state = true