فهرست منبع

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: {
     }
-}
+}