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 7830ebb commit a219ab5Copy full SHA for a219ab5
Heatmap/heatmap.gpr.py
@@ -33,6 +33,6 @@
33
category=CATEGORY_WEB,
34
reportclass="ReportClass",
35
optionclass="ReportOptions",
36
- report_modes=[REPORT_MODE_GUI],
+ report_modes=[REPORT_MODE_GUI, REPORT_MODE_CLI],
37
help_url="Addon:HeatmapWebReport",
38
)
0 commit comments