Fixing shareEnabled setting

This commit is contained in:
Tim Mickel 2016-01-11 14:23:51 -05:00
parent 3893b187cf
commit 2f5c83d665

View file

@ -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);