Artentus / ModMyFactory2

Rewrite of ModMyFactory, the Factorio mod manager
GNU General Public License v3.0
56 stars 18 forks source link

No way to delete mods once they are installed #17

Closed fearofshorts closed 4 years ago

fearofshorts commented 4 years ago

Just noticed that there doesn't seem to be a way to remove mods from the mod pane once you have installed them. I'd just like to request this fix.

Artentus commented 4 years ago

I am aware, I have not yet implemented this because I am unsure how to handle this.
There are two possible options:

  1. When deleting a mod all versions of that mod is deleted and the mod is removed from the manager or
  2. only the selected version is deleted and if there are more versions installed the mod will remain in the manager.

1. Is more straight-forward but 2. allows for finer control.

fearofshorts commented 4 years ago

Could I suggest just a dialogue box asking the user which of the two they'd prefer? Or you could add it as an advanced option in settings.

Artentus commented 4 years ago

Settings are definitelly my preferred way. I think throwing lots of dialog boxes at users does not make for a great experience.

Artentus commented 4 years ago

Mods can be deleted now