tchx84 / Portfolio

A minimalist file manager for those who want to use Linux mobile devices.
GNU General Public License v3.0
94 stars 23 forks source link

worker: Move icon-loading step to the worker thread #285

Closed tchx84 closed 1 year ago

tchx84 commented 1 year ago

This was being done on the UI thread, which causes some unncessary freezes.