Skip to content

Commit

Permalink
update gui
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 2, 2023
1 parent feb2842 commit c8b51ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export default function App() {
<Route exact path="/check-updates" element={<CheckUpdatePage />} />
<Route exact path="/patreon-login" element={<PatreonLoginPage />} />

<Route exact path="/welcome" element={<WelcomePage />} />
<Route exact path="/welcome" element={<EmulatorsPage />} />
<Route
exact
path="/device-selector"
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components

0 comments on commit c8b51ce

Please sign in to comment.