Skip to content
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

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

Open
jasonjmcghee opened this issue Dec 31, 2023 · 2 comments
Open

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

jasonjmcghee opened this issue Dec 31, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jasonjmcghee
Copy link
Owner

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

@jasonjmcghee jasonjmcghee added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Dec 31, 2023
@jasonjmcghee
Copy link
Owner Author

Recommend starting with:

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

@jasonjmcghee
Copy link
Owner Author

jasonjmcghee commented Dec 31, 2023

This might be fixed in #35 - not positive yet

Narrator: it wasn’t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant