NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
99 stars 4 forks source link

Reduce reused code in threads #22

Closed NathanVaughn closed 3 years ago

NathanVaughn commented 3 years ago

There is a lot of reused code in the install/uninstall/enable/disable thread setups. This can potentially be abstracted to reduce code reuse.