hopefully this will play nicer with discord rendering on desktop

This commit is contained in:
13xforever 2019-09-17 19:23:40 +05:00
parent 02cd750994
commit 3e6dda7a77

View File

@ -42,7 +42,7 @@ namespace CompatBot.Utils.ResultFormatters
notes.Add("⚠ `Resolution` below 720p will not improve performance");
}
if (items["stretch_to_display"] == EnabledMark)
notes.Add("🤮 `Stretch to Display Area` is enabled");
notes.Add("🤢 `Stretch to Display Area` is enabled");
if (KnownDisableVertexCacheIds.Contains(serial))
{
if (items["vertex_cache"] == DisabledMark)