cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Move fomod logic into a fomod-specific controller #25

Closed cyberrumor closed 10 months ago

cyberrumor commented 10 months ago

This will require generalizing the UI class, making an abstract base class for the Controller, then making both the current controller and a new fomod controller inherit from it. Easiest way to switch controllers would probably just be to instantiate a new UI class against a controller. This would probably be done under the 'configure' method.