浏览代码

Merge pull request #4280 from BabylonJS/RaananW-patch-1

show navbar in fullscreen
Raanan Weber 7 年之前
父节点
当前提交
618925ba23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Viewer/src/configuration/types/default.ts

+ 2 - 2
Viewer/src/configuration/types/default.ts

@@ -43,7 +43,7 @@ export let defaultConfiguration: ViewerConfiguration = {
                 logoText: 'BabylonJS',
                 logoLink: 'https://babylonjs.com',
                 hideHelp: true,
-                disableOnFullscreen: true,
+                disableOnFullscreen: false,
             },
             events: {
                 pointerdown: {
@@ -102,4 +102,4 @@ export let defaultConfiguration: ViewerConfiguration = {
     },
     scene: {
     }
-}
+}