This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ixes #309) Such a simple fix for #79 that I can't even believe it took this long -- in fact, I remember trying to investigate this issue and learning that it was simply not possible without creating a UI agent application. But apparently, adding `NSWindowCollectionBehaviorFullScreenAuxiliary` does the trick. The issue in #309 is that when switching spaces at any point after the mini player has been opened and closed, a "ghost" of the mini player will appear on the space being switched to, and disappears once the space is fully switched. Changing to `NSWindowCollectionBehaviorMoveToActiveSpace` means that the mini player does not appear on all spaces, it simply just opens in the space in which it is activated, which is almost the same use case.
- Loading branch information