Evan Dorsky

Results 2 comments of Evan Dorsky

These instructions work for me on Big Sur (11.0.1). Also with d1x. Thanks @raptor ! However, d1x doesn't play any sound or music. d2x plays sound fine. @MaddTheSane I have...

It looks like this issue was created by PR #1209. I resolved the issue locally by wrapping this line: https://github.com/ianyh/Amethyst/blob/cbf9612b1342ccc60a9edbaaa1dc2ec92f51ecd1/Amethyst/Managers/WindowManager.swift#L662 with the appropriate preference check: ```Swift if UserConfiguration.shared.followWindowsThrownBetweenSpaces() { window.focus()...