jasonjmcghee / rem

An open source approach to locally record and enable searching everything you view on your Mac.
https://rem.ing
MIT License
2.2k stars 63 forks source link

Pro series macbooks (with notch) don't full screen properly #33

Open jasonjmcghee opened 5 months ago

jasonjmcghee commented 5 months ago

On pro series macbooks, with the notch, the screenshot is slightly cropped and opening timeline doesn't properly full screen.

jasonjmcghee commented 5 months ago

Recommend starting with:

extension NSScreen {
    var hasTopNotchDesign: Bool {
        guard #available(macOS 12, *) else { return false }
        return safeAreaInsets.top != 0
    }
}
jasonjmcghee commented 5 months ago

This might be fixed in #35 - not positive yet

Narrator: it wasn’t