diff --git a/community-resources/resources/idea/IdeaApplicationInfo.xml b/community-resources/resources/idea/IdeaApplicationInfo.xml index e680e0fe62d1..93d3c1ea783f 100644 --- a/community-resources/resources/idea/IdeaApplicationInfo.xml +++ b/community-resources/resources/idea/IdeaApplicationInfo.xml @@ -1,6 +1,6 @@ - + diff --git a/platform/platform-impl/src/com/intellij/ide/gdpr/ConsentOptions.java b/platform/platform-impl/src/com/intellij/ide/gdpr/ConsentOptions.java index 3d862aae2190..555ae60aa7e3 100644 --- a/platform/platform-impl/src/com/intellij/ide/gdpr/ConsentOptions.java +++ b/platform/platform-impl/src/com/intellij/ide/gdpr/ConsentOptions.java @@ -131,7 +131,7 @@ public final class ConsentOptions implements ModificationTracker { }); private static @NotNull @NonNls String getBundledResourcePath() { - if ("JetBrains".equals(System.getProperty("idea.vendor.name"))) { + if ("OpenIDE".equals(System.getProperty("idea.vendor.name"))) { return "consents.json"; } diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 6a449022829e..36d51808326f 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -2337,7 +2337,7 @@ ide.show.open.button.in.tip.dialog.description=Shows Open button in Tip of the D ide.save.missing.jb.colors=false ide.save.missing.jb.colors.description=A missing named color will be added to UIDefaults with !!! suffix -ide.hide.toolbox.promo=false +ide.hide.toolbox.promo=true ide.hide.toolbox.promo.description=Removes JetBrains Toolbox promotion from the update settings page ide.show.plugins.in.editor=false