limo-app / limo

A simple Qt based mod manager
GNU General Public License v3.0
119 stars 3 forks source link

[Request] Button to un-deploy #39

Open andersmmg opened 1 month ago

andersmmg commented 1 month ago

It would be useful to have a button to reverse deploying, basically with the same result as disabling all most and pressing deploy, but without having to go through them one by one

lmurcott commented 1 month ago

You can open the json file in the staging directory in a text reader and do a search and replace for "enabled" : true and change it to "enabled" : false, then open limo up and click deploy for now.

Heisenborgar commented 2 weeks ago

The undeploy button is now implemented, but you have to wait for the next flatpak update. Alternatively, you can install the AUR version of Limo if you are on an Arch Linux system.