desktop: make fullscreen work again on macOS

This commit is contained in:
Abdullah Atta
2023-02-14 11:41:08 +05:00
committed by Abdullah Atta
parent f75c010ecb
commit 6a05048aed

View File

@@ -68,7 +68,6 @@ async function createWindow() {
y: mainWindowState.y,
width: mainWindowState.width,
height: mainWindowState.height,
fullscreen: mainWindowState.isFullScreen,
darkTheme: getTheme() === "dark",
backgroundColor: getBackgroundColor(),