1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

#zf9q2m: fix

This commit is contained in:
Andrew Simachev 2021-12-26 19:49:04 +03:00
parent e67f393daf
commit e73d3c5b4f

View file

@ -253,7 +253,7 @@ function createWindow () {
};
e.preventDefault();
if (process.platform == 'darwin') {
if (process.platform != 'linux') {
if (win.isFullScreen()) {
win.setFullScreen(false);
win.once('leave-full-screen', () => { win.hide(); });