John Moutella
John Moutella
Possibly related to #5524? Try to use stage manager and see if that fixes it for you
Stage Manager solved the issue here as well. However, I really dislike stage manager, so I set up a shortcut to enable stage manager, and one to disable stage manager....
Yesterday I decided to try to work on this. I read pretty much all the code to understand the structure, and then started reading about Swift UI. I think I...
Just had the same issue - was uncompressing using macOS finder, and it would complain about being corrupted. Uncompressed using 7zip on windows and it worked fine
About 2. Unfortunately the method posted on reddit does not work, since UIKit is not compatible with macOS. Someone sent an link at the end of the thread that may...
Nevermind, it's actually pretty easy, but it does use private APIs, which explains why it causes App Store Rejection. I will try to implement it on maccy now
While testing the above solution, I found out that: 1. **Sharing** or **Recording** your own screen makes `CGSIsScreenWatcherPresent()` return true 2. `sharingType = .none` does hide it from screen share,...
I saw the discussion at #1136 and the comment at #1137 and that changes things a bit. I think the best solution would be to add privacy settings with these...
Since Lunar is open source, I decided to take a look on how they do it. [Since the user needs to be running DisplayLink Manager](https://support.displaylink.com/knowledgebase/articles/1916602) all Lunar does is [check...
To avoid making too many PR's in this repo, I made an candidate at https://github.com/moutella/Maccy/pull/1. It adds the "Hide while screen sharing" in the Advanced preferences, and also enables/disables that...