SDA-1666 - Make screen sharing indicator window focusable (#856)

This commit is contained in:
Kiran Niranjan 2020-01-27 11:14:34 +05:30 committed by Vishwas Shashidhar
parent 4a2e6a8be4
commit 6e71292332

View File

@ -750,7 +750,7 @@ export class WindowHandler {
show: false,
modal: true,
frame: false,
focusable: false,
focusable: true,
transparent: true,
autoHideMenuBar: true,
resizable: false,