mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
change default values for the permissions in config file
This commit is contained in:
parent
7d5ee72b6b
commit
07c5672385
@ -21,12 +21,12 @@
|
||||
"disableGpu": false
|
||||
},
|
||||
"permissions": {
|
||||
"media": false,
|
||||
"media": true,
|
||||
"geolocation": true,
|
||||
"notifications": true,
|
||||
"midiSysex": true,
|
||||
"pointerLock": true,
|
||||
"fullscreen": false,
|
||||
"fullscreen": true,
|
||||
"openExternal": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user