BetterDisplay
BetterDisplay copied to clipboard
Grey out HiDPI options if not on 12.4+ to reduce confusion
If BetterDisplay hid or greyed out all the HiDPI options until it is on 12.4+ and gave a helpful message, maybe it would reduce confusion with HiDPI not working.
You are right, I should a warning if the user has an older version of the OS.
I added a warning if the following the following are all true:
- Platform is arm64 (apple silicon)
- Display is sub-4K
- OS version is below 12.4
That looks great! Thank you.