-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Project czkawka/krokiet uses the following dependency:
rfd = { version = "0.15", default-features = false, features = ["xdg-portal", "async-std"] }
rfd version "0.15.4"
rfd usage
let file_dialog = FileDialog::new().set_directory(directory);
let Some(folders) = file_dialog.pick_folders() else {
return;
};
One user reported that opening the file-chooser dialog on Windows causes a single CPU core to spike to 100%. After closing the dialog, CPU usage returns to normal.
Issue link: qarmin/czkawka#1641
Open krokiet and click "Add folder" button in lower left corner. Then the CPU usage will be high and the folder-picking dialog is very laggy.
After I close the dialog, CPU usage will go back down to 2%.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels