fixed maximizing bug in app windows

This commit is contained in:
Elvanos 2023-09-14 00:17:33 +02:00
parent 58120e903f
commit 56bbcc0285

View file

@ -80,5 +80,6 @@ export const mainWindowCreation = () => {
// Check if we are on the primary or secondary instance of the app
preventSecondaryAppInstance(appWindow)
return appWindow
// In case the window somehow didn't maximize/show for any reason; maximize it
appWindow.maximize()
}