diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 13fadfa76..e170d26d1 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -137,6 +137,10 @@ var ZoteroPane = new function() Zotero.setFontSize(document.getElementById('zotero-pane')) + if (Zotero.isMac) { + document.getElementById('zotero-tb-actions-zeroconf-update').setAttribute('hidden', false); + } + //Initialize collections view this.collectionsView = new Zotero.CollectionTreeView(); var collectionsTree = document.getElementById('zotero-collections-tree'); diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index d43a19464..3355aba1a 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -123,9 +123,9 @@ +