OPENIDE set true for isJetBrainsProduct() method

(cherry picked from commit 3e7320ab1c6a963d00d8dd48cfc20dfd485a50e2)
(cherry picked from commit 28952d021b)
(cherry picked from commit 63cf6b4276)
This commit is contained in:
Nikita Iarychenko
2025-12-04 12:24:13 +04:00
parent 5f13c603d7
commit a5bccfd4ed
@@ -74,8 +74,7 @@ public final class PlatformUtils {
}
public static boolean isJetBrainsProduct() {
ApplicationInfo appInfo = ApplicationInfo.getInstance();
return appInfo != null && appInfo.getShortCompanyName().equals("JetBrains");
return true;
}
/**