Skip to content

Commit

Permalink
Removing Steam Deck compatibility link that doesn't make sense in ifr…
Browse files Browse the repository at this point in the history
…ame implementation
  • Loading branch information
boggydigital committed Jan 13, 2025
1 parent 39e8321 commit 6d1a1ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rest/compton_fragments/product_properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ func formatProperty(id, property string, rdx kevlar.ReadableRedux) formattedProp
fmtProperty.class = reviewClass(fmtAggregatedRating(firstValue))
case vangogh_integration.SteamDeckAppCompatibilityCategoryProperty:
fmtProperty.class = firstValue
if firstValue != "" {
fmtProperty.actions["↓"] = "#Steam Deck"
}
}

return fmtProperty
Expand Down

0 comments on commit 6d1a1ff

Please sign in to comment.