Don't disable CohtmlView, only enable it.

Fixed hitching & potential crash when opening menu after a long time of it being closed. Misread the source code when remaking the method, so I assumed the CohtmlView was disabled when closing menu.
This commit is contained in:
NotAKidoS 2023-02-12 04:51:21 -06:00
parent 10f5fa49d7
commit 7cc8dfc6e5
3 changed files with 6 additions and 6 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.2.1";
public const string Version = "4.2.2";
public const string Author = "NotAKidoS";
}