File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ class ExperimentalFlags {
9696 bool get isDarkModeDefault => isEnabled ('dark-as-default' );
9797
9898 bool get showDownloadCounts => isEnabled ('download-counts' );
99+ bool get showDownloadCountsVersionChart =>
100+ isEnabled ('download-counts-version-chart' );
99101
100102 String encodedAsCookie () => _enabled.join (':' );
101103
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ d.Node scoreTabNode({
8080 ),
8181 _reportNode (report),
8282 if (card.weeklyVersionDownloads != null &&
83- requestContext.experimentalFlags.showDownloadCounts )
83+ requestContext.experimentalFlags.showDownloadCountsVersionChart )
8484 _downloadsChart (card.weeklyVersionDownloads! ),
8585 if (toolEnvInfo != null ) toolEnvInfo,
8686 ]),
You can’t perform that action at this time.
0 commit comments