egara / buttermanager

ButterManager is a BTRFS tool for managing snapshots, balancing filesystems and upgrading the system safetly.
GNU General Public License v3.0
130 stars 6 forks source link

[Feature Request] Packages to upgrade not blocking #1

Closed egara closed 5 years ago

egara commented 5 years ago

Now, when ButterManager checks for updates, it is done in the main thread, so the GUI is blocked.

The process implemented to check for updates must be in another thread.