VioletGiraffe / file-commander

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
Apache License 2.0
379 stars 57 forks source link

Several functions make program unresponsive #301

Open ftphikari opened 1 year ago

ftphikari commented 1 year ago

When I press Ctrl+L on my user folder I wait several seconds until it finishes, while the program is unresponsive. This is not a desired behavior, program should give status update to the user in a form of a progress-bar/etc, and it definitely should not hang, but do its business on a separate thread or something. Same thing with quick view, it should not hang the program while it loads the preview, it should show placeholder text like "image is loading"/progress-bar/etc, and the program should be responsive in the meanwhile.