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

Minimizing under windows will trigger view redraw #55

Closed
yh4922 opened this issue Jan 18, 2022 · 0 comments
Closed

Minimizing under windows will trigger view redraw #55

yh4922 opened this issue Jan 18, 2022 · 0 comments

Comments

@yh4922
Copy link

yh4922 commented Jan 18, 2022

///  hide title bar
await windowManager.setTitleBarStyle('hidden', windowButtonVisibility: false);

/// or frameless mode
await windowManager.setAsFrameless();

If the window is set to frameless mode or the title bar is set to be hidden, the page will be redrawn when minimized

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