-
Notifications
You must be signed in to change notification settings - Fork 4
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
Game Path should be removed from the setup GUI #54
Comments
Thanks for creating the issue. Perhaps removing it from setup and then adding handling to the compiler to open a file browser if wc3 dir cannot be detected would be best. |
@Frotty thanks for response. As above, I'm happy to do the work to remove this from setup. However, your comments above made me think that perhaps the compiler feature is needed first to keep the feeling of "no feature is lost". To be clear: will you approve a PR that removes this from setup, even if I don't have a follow-up for compiler? Cheers |
No cuz then there is no gui possibility to change the path |
As discussed in #51, instead of revamping the feature for detecting wc3 game path, we should instead delete the feature from wurstsetup.
This has some benefits:
I am happy to do this work if I get a +1 from a maintainer @peq @Frotty .
My approach to deleting this feature is just find
gamePathTF
(only present inMainWindow.kt
), deleting it, deleting dead code that comes out of doing so, and then testing to verify that it had the expected effect.[...]
icon and its click handler are also properly deletedThe text was updated successfully, but these errors were encountered: