-
+
+
{(this.props.canChangeColorMode || this.props.canChangeLanguage || this.props.canChangeTheme) &&
(
)}
+ {(this.props.canManageFiles) && (
)}
+
+ {this.props.isTotallyNormal && (
)}
- {(this.props.canManageFiles) && (
-
-

-
-
-
-

-
-
-
-
- {(this.props.canSave || this.props.canCreateCopy || this.props.canRemix) && (
-
- {this.props.canSave && (
-
- )}
- {this.props.canCreateCopy && (
-
- )}
- {this.props.canRemix && (
-
- )}
-
- )}
-
-
- {(className, downloadProjectCallback) => (
-
- )}
-
-
-
- )}
-
-

-
-
-
-

-
- {(handleRestore, {restorable, deletedItem}) => (
-
- )}
-
- {(toggleTurboMode, {turboMode}) => (
-
- )}
-
-
-
-
- {this.props.isTotallyNormal && (
-
-
-
-
-
-
-
-
-
-
-
- )}
{this.props.canEditTitle ? (
@@ -711,7 +450,7 @@ class MenuBar extends React.Component {
@@ -756,7 +495,10 @@ class MenuBar extends React.Component {
// ************ user is logged in ************