Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
fairmeeting
Commits
db8e9739
Commit
db8e9739
authored
Dec 13, 2021
by
jbuechele
Browse files
fixed min window size
parent
663839d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.js
View file @
db8e9739
...
...
@@ -202,8 +202,8 @@ function createJitsiMeetWindow() {
width
:
windowState
.
width
,
height
:
windowState
.
height
,
icon
:
path
.
resolve
(
basePath
,
'
./resources/icon.png
'
),
minWidth
:
800
,
minHeight
:
600
,
minWidth
:
1024
,
minHeight
:
768
,
show
:
false
,
webPreferences
:
{
enableBlinkFeatures
:
'
RTCInsertableStreams,WebAssemblySimd,WebAssemblyCSP
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment