Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
SLOBS-Release committed Dec 19, 2022
2 parents 6a53378 + c254aed commit 9d47932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components-react/windows/settings/Ultra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ export function Ultra() {
}

function ProductCard(p: IProductInfo) {
const { UsageStatisticsService } = Services;

function linkToProduct() {
UsageStatisticsService.actions.recordClick('SettingsUltraPage', p.title);
if (!p.link) return;

remote.shell.openExternal(p.link);
Expand Down

0 comments on commit 9d47932

Please sign in to comment.