**System and IINA version:** - macOS 10.14.6 - IINA 1.0.7 **Expected behavior:** The mini player window should not go offscreen. **Actual behavior:** After IINA switches to the mini player, `frame.origin.y` is -50. This occurs in [toggleVideoView in MiniPlayerWindowController.swift](https://github.com/iina/iina/blob/ee9f614bfff15a9978a960e34de8575633d16172/iina/MiniPlayerWindowController.swift#L395-L397), which is called from [switchToMiniPlayer in PlayerCore.swift](https://github.com/iina/iina/blob/ee9f614bfff15a9978a960e34de8575633d16172/iina/PlayerCore.swift#L398-L400). **Steps to reproduce:** - Enable "Automatically switch to Music Mode" - Set the initial window position to 0 points from the right and bottom of the screen - Hide the artwork and playlist in Music Mode - Quit IINA - Open an audio file **How often does this happen?** Always