We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this, very long issue:
Everyone is running into the same problem.
.bak
Instead of shipping just one executable:
Win11DisableOrRestoreRoundedCorners.exe
Ship 2 separate executables:
Win11DisableRoundedCorners.exe
Win11RestoreRoundedCorners.exe
This will avoid many issues in the future, including the current one.
It puts all the power into the hands of the users to pick what their intent is very clearly.
Should simplify code, as you have two simple tasks to do, instead of having to "guess" what the user wants.
The text was updated successfully, but these errors were encountered:
I'm also cool with it always disabling rounded corners every time it is ran, unless you pass in a -restore argument, as seen in this PR:
-restore
Sorry, something went wrong.
No branches or pull requests
Problem
In this, very long issue:
Everyone is running into the same problem.
.bak
file existsSolution
Instead of shipping just one executable:
Win11DisableOrRestoreRoundedCorners.exe
Ship 2 separate executables:
Win11DisableRoundedCorners.exe
Win11RestoreRoundedCorners.exe
This will avoid many issues in the future, including the current one.
It puts all the power into the hands of the users to pick what their intent is very clearly.
Should simplify code, as you have two simple tasks to do, instead of having to "guess" what the user wants.
The text was updated successfully, but these errors were encountered: