Skip to content

Commit

Permalink
cmd/vinegar: remove disable crashdialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 21, 2023
1 parent 97f6f4a commit 3a60486
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/vinegar/vinegar.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ func PrefixInit(pfx *wine.Prefix) error {
return err
}

if err := pfx.DisableCrashDialogs(); err != nil {
return err
}

return pfx.RegistryAdd("HKEY_CURRENT_USER\\Control Panel\\Desktop", "LogPixels", wine.REG_DWORD, "97")
}

Expand Down

0 comments on commit 3a60486

Please sign in to comment.