Merge pull request #5 from Yelo420/patch-1

Update comparison.vue
This commit is contained in:
DecDuck
2025-04-24 13:48:38 +10:00
committed by GitHub

View File

@@ -284,8 +284,8 @@ const projects = [
{ description: "Native Windows app" },
{ description: "Share with family & friends" },
{ description: "Playtime tracking" },
{ description: "Paid support & optional features" },
{ description: "Paid Playnite integration" },
{ description: "Optional paid features" },
{ description: "Various platform integrations" },
],
},
@@ -315,7 +315,7 @@ const sections: Array<{
features: [
{
name: "Metadata fetching",
projects: { Drop: true, GameVault: "Only IGDB", LANCommander: false },
projects: { Drop: true, GameVault: true, LANCommander: false },
},
{
name: "Game versioning",
@@ -373,6 +373,7 @@ const sections: Array<{
{
name: "ARM support",
projects: {
GameVault: true,
Drop: true,
LANCommander: true,
},