Skip to content

Commit

Permalink
Integration selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 9, 2025
1 parent 88bd58a commit b4fef71
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 222 deletions.
7 changes: 3 additions & 4 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,14 +517,14 @@ export default function App() {
installFrontends: {
esde: {
id: 'esde',
status: true,
status: false,
installed: undefined,
name: 'EmulationStation-DE',
desc: 'Add this launcher to your Steam Library. Recommended for big collections',
},
pegasus: {
id: 'pegasus',
status: true,
status: false,
installed: undefined,
name: 'Pegasus',
desc: 'Add this launcher to your Steam Library. Recommended for big collections. You need to run EmulationStation parsers to show artwork in Pegasus Themes',
Expand All @@ -535,10 +535,9 @@ export default function App() {
name: 'Retro Library',
desc: 'A separate Retro Library that does not interfiere with your Games Library. All games and artwork are detected automatically.',
},

steam: {
id: 'steam',
status: true,
status: false,
installed: undefined,
name: 'Steam Library',
desc: 'Integrate your games inside your Steam Library. Recommended for curated collections',
Expand Down
Loading

0 comments on commit b4fef71

Please sign in to comment.