Improve consistency of window::Action
This commit is contained in:
parent
8c753192f8
commit
ecc5bfaeff
3 changed files with 15 additions and 14 deletions
|
|
@ -749,7 +749,7 @@ pub fn run_command<A, E>(
|
|||
y,
|
||||
});
|
||||
}
|
||||
window::Action::SetMode(mode) => {
|
||||
window::Action::ChangeMode(mode) => {
|
||||
window.set_visible(conversion::visible(mode));
|
||||
window.set_fullscreen(conversion::fullscreen(
|
||||
window.primary_monitor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue