summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/abouthome/aboutHome.xhtml
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-12-01 16:26:26 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-12-01 16:26:26 -0500
commite5e21699ca95369651670a302fde26dc6c19b4bd (patch)
tree7d6a445040cd9224adda20d1bc2991a3671a1b15 /application/palemoon/components/abouthome/aboutHome.xhtml
parentf8e83e7e6dacb7fe00ccb52f62af634bc05dbdfc (diff)
downloadUXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.gz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.lz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.xz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.zip
[PALEMOON] Complete making Sync optional at build time
Diffstat (limited to 'application/palemoon/components/abouthome/aboutHome.xhtml')
-rw-r--r--application/palemoon/components/abouthome/aboutHome.xhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/palemoon/components/abouthome/aboutHome.xhtml b/application/palemoon/components/abouthome/aboutHome.xhtml
index cb3fa634a..d72ec492e 100644
--- a/application/palemoon/components/abouthome/aboutHome.xhtml
+++ b/application/palemoon/components/abouthome/aboutHome.xhtml
@@ -51,7 +51,9 @@
<button class="launchButton" id="bookmarks">&abouthome.bookmarksButton.label;</button>
<button class="launchButton" id="history">&abouthome.historyButton.label;</button>
<button class="launchButton" id="addons">&abouthome.addonsButton.label;</button>
+#ifdef MOZ_SERVICES_SYNC
<button class="launchButton" id="sync">&abouthome.syncButton.label;</button>
+#endif
<button class="launchButton" id="settings">&abouthome.settingsButton.label;</button>
<div id="restorePreviousSessionSeparator"/>
<button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>