Skip to content

feat: WindowOptions for macOS#1782

Open
l0uisgrange wants to merge 2 commits intolinebender:mainfrom
l0uisgrange:macos-window-options
Open

feat: WindowOptions for macOS#1782
l0uisgrange wants to merge 2 commits intolinebender:mainfrom
l0uisgrange:macos-window-options

Conversation

@l0uisgrange
Copy link
Copy Markdown
Contributor

Adding new WindowOptions for macOS

#[derive(Debug, Clone, Default)]
pub(crate) struct PlatformSpecificInitialWindowAttrs {
    pub(crate) titlebar_hidden: bool,
    pub(crate) title_hidden: bool,
    pub(crate) fullsize_content_view: bool,
    pub(crate) titlebar_transparent: bool,
    pub(crate) movable_by_window_background: bool,
}

I'm not sure about moving some to reactive window attributes... what do you think?

@l0uisgrange
Copy link
Copy Markdown
Contributor Author

l0uisgrange commented May 1, 2026

The last CI is failing, but does not seem to be the PR's fault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant