Update electron to 16.0.6

This commit is contained in:
Fedor Indutny 2022-01-03 17:43:42 -08:00 committed by GitHub
parent dca2364ba4
commit 46ddcc50f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 51 deletions

View file

@ -70,7 +70,6 @@ try {
window.getServerPublicParams = () => config.serverPublicParams;
window.getSfuUrl = () => config.sfuUrl;
window.isBehindProxy = () => Boolean(config.proxyUrl);
window.isLegacyOS = () => config.isLegacyOS === 'true';
window.getAutoLaunch = () => {
return ipc.invoke('get-auto-launch');
};