You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the DevicePixelRatio is larger than 1.0 in a non-MacOS environment, font rendering will be destroyed.
This is because DevicePixelRatio is hard coded as 1.0 in an environment other than MacOS.
It will be improved in the next version.
the following setting is a workaround.
~/.goneovim/setting.toml
[Editor]
CachedDrawing = false
The text was updated successfully, but these errors were encountered:
If the DevicePixelRatio is larger than 1.0 in a non-MacOS environment, font rendering will be destroyed.
This is because DevicePixelRatio is hard coded as 1.0 in an environment other than MacOS.
It will be improved in the next version.
the following setting is a workaround.
~/.goneovim/setting.toml
The text was updated successfully, but these errors were encountered: