client/templates/scene.html
changeset 637 a823999cbc42
parent 487 48be7ebb3187
child 649 2b9c120dba55
--- a/client/templates/scene.html	Wed Jul 27 15:40:57 2016 +0200
+++ b/client/templates/scene.html	Mon Oct 03 13:50:52 2016 +0200
@@ -1,7 +1,7 @@
 <% if (options.show_top_bar) { %>
     <div class="Rk-TopBar">
         <div class="loader"></div>
-        <% if (!options.editor_mode) { %>
+        <% if (!options.editor_mode || !options.title_editable) { %>
             <h2 class="Rk-PadTitle">
                 <%- project.get("title") || translate("Untitled project")%>
             </h2>