scholtzm / punk

⚡ Alternative cross-platform Steam client for desktop
MIT License
100 stars 29 forks source link

Reopen closed window on macOS #45

Closed SamuelSchepp closed 6 years ago

SamuelSchepp commented 6 years ago

Based on https://stackoverflow.com/a/45156004

I have only tested this on macOS. I moved the line 'mainWindow = null;' to the 'close' event. I don't think this should break anything...

scholtzm commented 6 years ago

Seems to work fine on macOS. I'll test on Windows later when I get home.

scholtzm commented 6 years ago

Finally had time to test this on Windows and seems to work fine. Thanks.

SamuelSchepp commented 6 years ago

Thanks for the merge!