ソースを参照

Update default.ts

show navbar in fullscreen
https://github.com/BabylonJS/Babylon.js/issues/4276
Raanan Weber 7 年 前
コミット
85a5becc95
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: {
     }
-}
+}