Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How can I include button placement (toolbar customization) in sychronization?

  • 2 risposte
  • 1 ha questo problema
  • 34 visualizzazioni
  • Ultima risposta di cor-el

more options

If it isn't currently possible, can it be added to a feature request somewhere?

If it isn't currently possible, can it be added to a feature request somewhere?

Soluzione scelta

You cannot currently sync your Firefox layout between devices using the Firefox Sync feature.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (2)

more options

Soluzione scelta

You cannot currently sync your Firefox layout between devices using the Firefox Sync feature.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.

more options

The toolbar customization is stored in the browser.uiCustomization.state pref on the about:config page.

Prefs that have a corresponding services.sync.prefs.sync.<pref-name> pref that is set to true will be synced to other devices If you want to sync prefs that are currently not included then create a corresponding Boolean sync pref and set its value to true

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

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.