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

Fullscreen issues #104

Open
IceReaper opened this issue Jan 9, 2024 · 3 comments
Open

Fullscreen issues #104

IceReaper opened this issue Jan 9, 2024 · 3 comments
Labels
All OS enhancement New feature or request

Comments

@IceReaper
Copy link

IceReaper commented Jan 9, 2024

Windows 11 here. I used a hotkey library to bind the escape key to leave fullscreen. Codewise this does App.MainWindow.SetFullScreen(false);. While it does leave the fullscreen mode as desired it does not fall back to the original window size, hence resulting in a maximized window. And secondly more annoying: my app is using the chromeless window, but after changing fullscreen to false, im suddenly getting the chrome decoration back.

@MikeYeager MikeYeager added bug Something isn't working Windows labels Jan 11, 2024
@MikeYeager
Copy link
Collaborator

@IceReaper We can reproduce this. Thanks for the heads up. We are getting ready to publish a new version now, but will try to get to this right after.

@MikeYeager
Copy link
Collaborator

@IceReaper Thanks for pointing this out. We're about to publish a new version and will try to fix this right after.

@philippjbauer philippjbauer added enhancement New feature or request All OS and removed bug Something isn't working Windows labels Oct 17, 2024
@philippjbauer
Copy link
Member

This will require window state management on each OS in an appropriate fashion.

@IceReaper you can implement this by writing the current size and position of the window into a file and set them after returning from the fullscreen state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
All OS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants