mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 12:34:49 +00:00
fix: properly close the calibration window when pressing the final button
This commit is contained in:
parent
0144f90081
commit
a0acc92058
1 changed files with 1 additions and 2 deletions
|
@ -313,8 +313,7 @@ impl SimpleComponent for LibsurviveSetupWindow {
|
|||
add_css_class: "suggested-action",
|
||||
set_label: "I Understand",
|
||||
connect_clicked[win] => move |_| {
|
||||
win.emit_by_name::<gboolean>("close-request", &[]);
|
||||
// win.close();
|
||||
win.close();
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue