aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.js b/main.js
index a2db555..548ba0e 100644
--- a/main.js
+++ b/main.js
@@ -177,7 +177,8 @@ function createJitsiMeetWindow() {
// Load the previous window state with fallback to defaults.
const windowState = windowStateKeeper({
defaultWidth: 800,
- defaultHeight: 600
+ defaultHeight: 600,
+ fullScreen: false
});
// Path to root directory.