Skip to content

Commit

Permalink
fix: dialogue stopped working after cancelation
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJW committed Sep 25, 2024
1 parent f0f140b commit 13729da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub(crate) fn trash(filerow: &RnFileRow, appwindow: &RnAppWindow) -> gio::Simple
dialogs::dialog_trash_file(&appwindow, &current_file).await;
}
));
filerow.set_current_file(None);
}
));
action
Expand Down

0 comments on commit 13729da

Please sign in to comment.