Skip to content
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

[UX] Set the auto fixes feature ON by default #3449

Merged
merged 2 commits into from
Jan 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
I forgot one file
  • Loading branch information
arielj committed Jan 17, 2024
commit 643efce3ddb15222d412b1c2517c56f1a33c5e05
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ExperimentalFeatures = () => {
{
enableNewDesign: false,
enableHelp: false,
automaticWinetricksFixes: false
automaticWinetricksFixes: true
}
)
const { handleExperimentalFeatures } = useContext(ContextProvider)
Expand Down