I’ve searched the forum, Googled, and even ChatGPT’d.
I was hoping to be able to add an option to toggle the main window between global floating and document (or any other that would work), but no luck so far. I see other programs like VLC can do it.
I had high hopes when ChatGPT hallucinated this solution:
MainWindow.Type = DesktopWindow.Types.GlobalFloating
Sadly, it appears to be a read-only attribute.
I’m running on an M1 Mac.
Do I have to create two windows of each type (global and document) and then only show one or the other? That seems like a lot of work for something that seems should be as simple as OpenAIs hallucinated solution.
Thanks.
6 posts - 2 participants