We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c73aa commit e74b13aCopy full SHA for e74b13a
src/bin/gui/main.rs
@@ -59,7 +59,7 @@ impl eframe::App for AppState {
59
}
60
});
61
ui.add_space(10.);
62
- if ui.button("Change dest").changed() {
+ if ui.button("Change dest").clicked() {
63
match nfd2::open_pick_folder(None) {
64
Ok(response) => match response {
65
Response::Okay(folder_path) => {
0 commit comments