diff --git a/src/js/account/sync.js b/src/js/account/sync.js index 9fd2dd0..96c20f8 100644 --- a/src/js/account/sync.js +++ b/src/js/account/sync.js @@ -38,6 +38,7 @@ export function performSync(remoteDictionary) { if (success) { renderAll(); document.getElementById('accountSettingsChangeDictionary').value = window.currentDictionary.externalID; + document.getElementById('publicLinkDisplay').style.display = window.currentDictionary.settings.isPublic ? '' : 'none'; } else { console.error('word sync failed'); }