-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some apps missing from window list (e.g, Reeder) #38
Comments
As far as I can tell the only filter I apply is whether the window has a title (and if's at a normal window level, which I generally expect to be the case): Ensemble/visionOS/WindowPickerView.swift Line 49 in 5b761b5
|
I dug up some apple script to enumerate windows by apps, and captured the title for the Reeder window — indeed, it is ‘blank’. Here’s a capture of it’s output with a few windows open:
Script that creates this:
|
Ok. That's good to confirm, but still…annoying. I'll see what I can do. |
Got on the TestFlight (yay!), and everything seemed to be working great except, some apps don’t seem to be enumerated in the list at all, so can’t be ‘ensemble’d.
The text was updated successfully, but these errors were encountered: