mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Fixing shareEnabled setting
This commit is contained in:
parent
3893b187cf
commit
2f5c83d665
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ UI.addProjectInfo = function () {
|
|||
var author = newHTML('div', 'infolabel', staticinfo);
|
||||
author.setAttribute('id', 'deviceName');
|
||||
|
||||
if (!Settings.shareEnabled) {
|
||||
if (Settings.shareEnabled) {
|
||||
// Sharing
|
||||
var shareButtons = newHTML('div', 'infoboxShareButtons', infobox);
|
||||
|
||||
|
|
Loading…
Reference in a new issue