tommoor / macflix

Mac desktop wrapper for Netflix with all the goodies you'd expect
MIT License
1 stars 3 forks source link

Reopen window when no window is open #4

Closed CarlHauschke closed 7 years ago

CarlHauschke commented 7 years ago

When the main window is closed and the dock icon clicked again the window will now be recreated.
Its currently reloading Netflix when the window is created again though.
Reopen Window

tommoor commented 7 years ago

What do you think about intercepting the close event and hiding the window instead? I think this is more typical than actually tearing down the window and recreating it

CarlHauschke commented 7 years ago

It's now doing exactly that

CarlHauschke commented 7 years ago

I've fixed some issues I found and it it should now work properly.
Currently, if the App is running in Full screen mode and the app is closed, it leaves full screen instead of directly closing the app.