ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

Can I sync my toolbar customizations between computers?

  • 2 การตอบกลับ
  • 8 คนมีปัญหานี้
  • 24 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย 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