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:
parent
e67f393daf
commit
e73d3c5b4f
1 changed files with 1 additions and 1 deletions
|
@ -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(); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue