Skip to content
Discussion options

You must be logged in to vote

Control over the maximize button will be exposed in Bevy 0.12 (which should be a few days away), but it is not possible in Bevy 0.11
See the window_settings example:

enabled_buttons: bevy::window::EnabledButtons {
maximize: false,
..Default::default()
},

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@atopx
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by atopx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants