From 0d7967cdde705288f9973e5a8364eef2b3bd2c44 Mon Sep 17 00:00:00 2001 From: Bush2021 <79072750+Bush2021@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:34:22 -0400 Subject: [PATCH] chore: remove unused hard patch --- src/chrome++.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome++.cpp b/src/chrome++.cpp index b7d1bca..130234f 100644 --- a/src/chrome++.cpp +++ b/src/chrome++.cpp @@ -50,7 +50,7 @@ void ChromePlusCommand(LPWSTR param) { int Loader() { // Hard patch. - MakePatch(); + // MakePatch(); // Only main interface. LPWSTR param = GetCommandLineW();