Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can I sync my toolbar customizations between computers?

  • 2 balas
  • 8 memiliki masalah ini
  • 128 kunjungan
  • Balasan terakhir oleh cor-el

more options

Can I sync my toolbar customizations between computers?

Can I sync my toolbar customizations between computers?

Solusi terpilih

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
Baca jawaban ini dalam konteks 👍 4

Semua Balasan (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

Solusi Terpilih

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