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

Dual monitor App invisible #2394

Open
ErikSom opened this issue Jan 19, 2024 · 0 comments
Open

Dual monitor App invisible #2394

ErikSom opened this issue Jan 19, 2024 · 0 comments

Comments

@ErikSom
Copy link

ErikSom commented Jan 19, 2024

When running my window with the following settings:

    let main_window = WindowDesc::new(build_ui())
        .title("Keyboard Event Viewer")
        .transparent(true)
        .show_titlebar(false)
        .window_size((500.0, 160.0));

It will not show up on a dual monitor on MacOS 14.1.2. It will simply be invisible.

The culprit is .show_titlebar(false) when I comment it out the app will show.

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

No branches or pull requests

1 participant