mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 23:42:58 +02:00
DEV-2832: Automatically minimize Screen Share app when sharing window is confirmed
This commit is contained in:
parent
37efdfd3d4
commit
d4b50523c2
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
||||
const { remote } = require('electron');
|
||||
|
||||
// Helpers
|
||||
function handleError(error) {
|
||||
if (error) {
|
||||
|
@ -221,6 +223,7 @@ function onAccessApproved(desktop_id) {
|
|||
}
|
||||
}
|
||||
}, gotStream, handleError);
|
||||
remote.getCurrentWindow().minimize();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue