Skip to content

Commit e74b13a

Browse files
committed
fixed chg dest button
1 parent 22c73aa commit e74b13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/gui/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl eframe::App for AppState {
5959
}
6060
});
6161
ui.add_space(10.);
62-
if ui.button("Change dest").changed() {
62+
if ui.button("Change dest").clicked() {
6363
match nfd2::open_pick_folder(None) {
6464
Ok(response) => match response {
6565
Response::Okay(folder_path) => {

0 commit comments

Comments
 (0)