dg: add data source settings to the corner menu

GitOrigin-RevId: 7adb7329c8248aa0de1797b72b68f49e87fcac40
This commit is contained in:
Alexander.Kass
2024-07-11 15:32:02 +03:00
committed by intellij-monorepo-bot
parent 0cd59b251b
commit c5afd3cb87

View File

@@ -182,7 +182,7 @@ public final class SettingsEntryPointAction extends ActionGroup
}
else {
return JBPopupFactory.getInstance().createActionGroupPopup(
null, group, context, ActionSelectionAid.MNEMONICS, true);
null, group, context, ActionSelectionAid.MNEMONICS, true, ActionPlaces.getPopupPlace("SettingsEntryPoint"));
}
}