mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
16 lines
898 B
C++
16 lines
898 B
C++
diff --git a/browser/components/preferences/sync.inc.xhtml b/browser/components/preferences/sync.inc.xhtml
|
|
index 4ecdbdb129577165ed0df619577327f7610e138f..761a4d4f26a21ba555b7af180e8a6030615db500 100644
|
|
--- a/browser/components/preferences/sync.inc.xhtml
|
|
+++ b/browser/components/preferences/sync.inc.xhtml
|
|
@@ -223,6 +223,10 @@
|
|
<image class="sync-engine-image sync-engine-prefs" alt=""/>
|
|
<label data-l10n-id="sync-currently-syncing-settings"/>
|
|
</html:div>
|
|
+ <html:div engine_preference="services.sync.engine.workspaces">
|
|
+ <image class="sync-engine-image sync-engine-workspaces" alt=""/>
|
|
+ <label data-l10n-id="sync-currently-syncing-workspaces"/>
|
|
+ </html:div>
|
|
</html:div>
|
|
<hbox>
|
|
<button id="syncChangeOptions"
|