Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How to sync Firefox Toolbar configuration (list of enabled buttons, location, order) betwen computers?

  • 3 válasz
  • 1 embernek van ilyen problémája
  • 3 megtekintés
  • Utolsó üzenet ettől: Wesley Branton

more options

How can I enable syncing customized Firefox user interface configuration - Toolbar buttons list, it's location and order, extension buttons, etc?

How can I enable syncing customized Firefox user interface configuration - Toolbar buttons list, it's location and order, extension buttons, etc?

Összes válasz (3)

more options

I do not believe that this is something that you can sync between systems unfortunately. Sorry.

more options

I have found answer here: https://support.mozilla.org/en-US/questions/1185771

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
more options

That used to be a valid preference, but it appears to have been removed and there doesn't seem to be an equivalent preference in its place.