Skip to content

Commit

Permalink
cmd/vinegar: change dpi to 97
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 13, 2023
1 parent a10d29d commit 3bbfd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vinegar/vinegar.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func PrefixInit(pfx *wine.Prefix) error {
return err
}

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

func Uninstall() {
Expand Down

0 comments on commit 3bbfd1c

Please sign in to comment.