mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
dg: add data source settings to the corner menu
GitOrigin-RevId: 7adb7329c8248aa0de1797b72b68f49e87fcac40
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0cd59b251b
commit
c5afd3cb87
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user