-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow uninstall of incompatible mods in GUI #1929
Conversation
Are you still working on this? Currently, it's not letting me select any mods to install. Actually, I may be a commit behind. Nope, definitely this set of commits. |
Need to try and reproduce the issues you're having next time I can (next day or so) |
I suspect the problem may be in this bit? https://github.com/ayan4m1/CKAN/blob/fix/apply-changes/GUI/GUIMod.cs#L215-L228 |
I can reproduce the issue, working on a fix. |
…the mod list being checkboxes
0b40aed
to
318eedb
Compare
This should be ready to go now, I found and fixed the issue you were experiencing. |
Ooh, sorry, I didn't notice this was ready. I'll have a look tomorrow night. |
Ok, that looks really good, now. Excellent work, ayan4m1! |
Fixes #1842, needs tests but I still can't find a viable way of testing the Main class which is where the ApplyToolButton is declared as a private member.