Skip to content

Commit

Permalink
SDA-4256 - Fix placement issue (finos#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Nov 30, 2023
1 parent b456058 commit 7234f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/window-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,6 @@ export const hideFullscreenWindow = (window: BrowserWindow) => {
window.hide();
}, 0);
}
window.setFullScreen(false);
});
window.setFullScreen(false);
};

0 comments on commit 7234f3f

Please sign in to comment.