SDA-4256 - Fix placement issue (#2022)

This commit is contained in:
Kiran Niranjan 2023-11-30 12:01:02 +05:30 committed by GitHub
parent b456058872
commit 7234f3fce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1454,6 +1454,6 @@ export const hideFullscreenWindow = (window: BrowserWindow) => {
window.hide();
}, 0);
}
window.setFullScreen(false);
});
window.setFullScreen(false);
};