* Don't let plugins make the main window transparent * Don't clear WS_EX_LAYERED if it was already set
Drop useless condition.
- Double-click mmpz file in finder will now open properly on macOS - Adds new MainApplication class for listening to QEvent::FileOpenEvent - Queues open events until the application is ready to recieve them - Closes #665