-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add an Option to Redownload Winetricks #31
Conversation
I need to figure out how to place my comments so the correct lines are previewed with them. Sorry about the mismatches above. They're easier to follow if you open the "Files Changed" tab. Maybe we need to think through the logic of But maybe the if config.DIALOG == 'curses':
while True:
[...] This was an |
Thanks for the review. I will rebase and then try to fix up what you've shared. |
Rebased. Now need to review and fix up your comments. |
@n8marti, this should be ready for a new review. |
Also, perhaps we can do a voice call to rethink the optargs/logic of main. I will open a discussion for this, see #34. |
I think this PR is dependent on the outcome of #34, unless the scope is reduced to only add the new |
Yes, agreed. I will push the syntax fix, and then we can discuss how we want to split optargs that are for runtime config and optargs that are actionable. |
Squashed and pushed these modifications. I will merge this change, then we can merge the reinstall dependencies code, then we can discuss how best to handle the variable optargs and the action optargs. |
This commit fixes #4.
It also places the TUI app in a while loop and moves the quick launch code behind an
if GUI
check.Depends on #29.