Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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