Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Apr 10, 2023
1 parent 241e302 commit 8f384ba
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmuDeck",
"version": "2.0.29",
"version": "2.0.30",
"description": "Play all your RetroGames",
"license": "MIT",
"author": {
Expand Down
17 changes: 17 additions & 0 deletions src/assets/icon/disk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/renderer/components
5 changes: 3 additions & 2 deletions src/renderer/pages/WelcomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
iconBooks,
iconJoystick,
iconPackage,
iconDisk,
} from 'components/utils/images/images';

function WelcomePage() {
Expand Down Expand Up @@ -49,7 +50,7 @@ function WelcomePage() {

const settingsCardsFeatured = [
{
icon: [iconJoystick],
icon: [iconDisk],
title: 'USB Transfer Wizard',
description: 'Import your games from an USB drive',
button: 'Add more games',
Expand Down Expand Up @@ -113,7 +114,7 @@ function WelcomePage() {
description: 'Change your controller to configure emulators like Yuzu',
button: 'Change',
btnCSS: 'btn-simple--5',
status: true,
status: system === 'win32',
function: () => functions.navigate('/device-configurator'),
},
{
Expand Down

0 comments on commit 8f384ba

Please sign in to comment.