8000 fix 2022.1 api usage for profiler toolbar · SylApps/idea-php-symfony2-plugin@70533b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70533b7

Browse files
committed
fix 2022.1 api usage for profiler toolbar
1 parent e7c7222 commit 70533b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/profiler/widget/SymfonyProfilerWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private enum ProfilerTarget {
4545

4646
//constructs the actions for the widget popup
4747
public DefaultActionGroup getActions(){
48-
DefaultActionGroup actionGroup = new DefaultActionGroup(null, false);
48+
DefaultActionGroup actionGroup = new DefaultActionGroup("Symfony.Profiler", false);
4949

5050
ProfilerIndexInterface index = ProfilerFactoryUtil.createIndex(getProject());
5151
if(index == null) {

0 commit comments

Comments
 (0)
0