mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
sda-2754, always quit red frame, and give the new red frame 300ms
This commit is contained in:
parent
455efe350f
commit
0f007d2184
@ -1214,7 +1214,12 @@ export class WindowHandler {
|
||||
if (source != null) {
|
||||
logger.info(`window-handler: screen-source-select`, source, id);
|
||||
|
||||
this.drawScreenShareIndicatorFrame(source);
|
||||
this.execCmd(this.screenShareIndicatorFrameUtil, []);
|
||||
const timeoutValue = 300;
|
||||
setTimeout(
|
||||
() => this.drawScreenShareIndicatorFrame(source),
|
||||
timeoutValue,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user