8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c7222 commit 70533b7Copy full SHA for 70533b7
src/main/java/fr/adrienbrault/idea/symfony2plugin/profiler/widget/SymfonyProfilerWidget.java
@@ -45,7 +45,7 @@ private enum ProfilerTarget {
45
46
//constructs the actions for the widget popup
47
public DefaultActionGroup getActions(){
48
- DefaultActionGroup actionGroup = new DefaultActionGroup(null, false);
+ DefaultActionGroup actionGroup = new DefaultActionGroup("Symfony.Profiler", false);
49
50
ProfilerIndexInterface index = ProfilerFactoryUtil.createIndex(getProject());
51
if(index == null) {
0 commit comments